Current Path : /etc/nginx/conf.d/ |
Current File : //etc/nginx/conf.d/10-server.conf |
server { listen 127.0.0.1:81 default_server reuseport; access_log /dev/stdout main; error_log stderr; root /var/www/wptbox; index index.php index.html index.htm; include common/security.conf; include common/php.conf; include common/locations.conf; include common/headers-http.conf; include common/headers-html.conf; }