server { listen 19602; server_name _; charset utf-8; access_log /var/log/nginx/ris.access.log; error_log /var/log/nginx/ris.error.log; index index.html index.htm; root /var/www/html/ris; }