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