byc.conf 179 B

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