This commit is contained in:
2025-10-06 23:37:06 +03:00
parent 9a10db22e9
commit 4909e3fd2c
2 changed files with 5 additions and 13 deletions
+1 -9
View File
@@ -58,17 +58,9 @@ in
kTLS = true;
locations = {
"/" = {
proxyPass = "http://${server}:8000"; # API и coauthoring
proxyPass = "http://${server}:9980"; # API и coauthoring
proxyWebsockets = true;
};
# "/web-apps/" = {
# proxyPass = "http://${server}:8000/web-apps/"; # фронтенд
# proxyWebsockets = true;
# };
# "/coauthoring/" = {
# proxyPass = "http://${server}:8000/coauthoring/"; # coauthoring WS
# proxyWebsockets = true;
# };
};
extraConfig = ''
client_max_body_size 5G;