zheng-config.conf 247 B

12345678910
  1. server {
  2. listen 1001 default;
  3. server_name localhost;
  4. location / {
  5. root F:/GitHub/zheng/zheng-config/;
  6. index index.html index.htm;
  7. add_header Access-Control-Allow-Origin *;
  8. }
  9. access_log logs/zheng-config.access.log;
  10. }