mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
remove extra config and allow websockets
This commit is contained in:
@ -24,9 +24,7 @@
|
|||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:8888";
|
proxyPass = "http://localhost:8888";
|
||||||
extraConfig = ''
|
proxyWebsockets = true;
|
||||||
proxy_set_header Host $host;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
"/api/live/" = {
|
"/api/live/" = {
|
||||||
|
Reference in New Issue
Block a user