html.conf 176 B

1234567
  1. server {
  2. listen 9602;
  3. access_log /data/logs/nginx/html/access.log;
  4. error_log /data/logs/nginx/html/error.log;
  5. index index.html index.htm;
  6. root /data/www/ris;
  7. }