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