nginx_dev_server.conf 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #dev服务代理打包文件
  2. # server {
  3. # listen 80;
  4. # server_name game.zsjyx.cn;
  5. # root /app/game-manage/devhtml;
  6. # index index.html;
  7. # location / {
  8. # try_files $uri /index.html;
  9. # }
  10. # location /login {
  11. # try_files $uri /index.html;
  12. # }
  13. # location /game {
  14. # try_files $uri /game/index.html;
  15. # }
  16. # location /gamePlayer {
  17. # try_files $uri /gamePlayer/index.html;
  18. # }
  19. # location /pay {
  20. # try_files $uri /pay/index.html;
  21. # }
  22. # location /order {
  23. # try_files $uri /order/index.html;
  24. # }
  25. # location /extension {
  26. # try_files $uri /extension/index.html;
  27. # }
  28. # location /404 {
  29. # try_files $uri /404/index.html;
  30. # }
  31. # }
  32. server {
  33. listen 80;
  34. server_name qw.zsjyx.cn;
  35. root /app/qc-EnterpriseWeChat/devhtml;
  36. index index.html;
  37. }