forked from MarseyWorld/MarseyWorld
dont allow any random nigga to refresh chat for everyone
parent
f7e4c77898
commit
d790771a71
|
@ -25,6 +25,8 @@ server {
|
|||
include includes/headers;
|
||||
}
|
||||
location /refresh_chat {
|
||||
allow 127.0.0.1;
|
||||
deny all;
|
||||
proxy_pass http://localhost:5001/refresh_chat;
|
||||
include includes/headers;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue