Files
sh/nginx/http
T
2026-05-22 15:21:21 +08:00

11 lines
179 B
Plaintext

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;
}