server { listen 9602; access_log /data/logs/nginx/html/access.log; error_log /data/logs/nginx/html/error.log; index index.html index.htm; root /data/www/ris; }