zskk-ris.conf 216 B

123456789
  1. server {
  2. listen 19602;
  3. server_name _;
  4. charset utf-8;
  5. access_log /var/log/nginx/ris.access.log;
  6. error_log /var/log/nginx/ris.error.log;
  7. index index.html index.htm;
  8. root /var/www/html/ris;
  9. }