forked from MarseyWorld/MarseyWorld
nginx force exact
parent
e03fc2f43e
commit
97a3f07304
|
@ -20,11 +20,11 @@ server {
|
||||||
proxy_pass http://localhost:5001/socket.io;
|
proxy_pass http://localhost:5001/socket.io;
|
||||||
include includes/headers;
|
include includes/headers;
|
||||||
}
|
}
|
||||||
location /chat {
|
location =/chat {
|
||||||
proxy_pass http://localhost:5001/chat;
|
proxy_pass http://localhost:5001/chat;
|
||||||
include includes/headers;
|
include includes/headers;
|
||||||
}
|
}
|
||||||
location /reply {
|
location =/reply {
|
||||||
proxy_pass http://localhost:5001/reply;
|
proxy_pass http://localhost:5001/reply;
|
||||||
include includes/headers;
|
include includes/headers;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue