Commit 040d2651 authored by liuzheng712's avatar liuzheng712

feat: update the nginx

parent bab29c5e
...@@ -35,12 +35,12 @@ Nginx config: ...@@ -35,12 +35,12 @@ Nginx config:
``` ```
location /luna/ { location /luna/ {
index index.html; try_files $uri / /index.html;
alias /path/of/your/luna/; alias /path/of/your/luna/;
} }
location ^~ /ws/ { location /socket.io/ {
proxy_pass http://localhost:3000/ws/; proxy_pass http://localhost:5000/socket.io/;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment