html.conf 213 B

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