shell script

This commit is contained in:
2026-05-22 15:21:21 +08:00
parent b84371b88b
commit d3594007ad
62 changed files with 8965 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
server {
listen 80;
server_name domain;
root /www/domain;
index index.html;
access_log /www/log/domain-a.log;
error_log /www/log/domain-e.log;
}