АРХ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: переезд God Mode на nodedcsudo

This commit is contained in:
DCCONSTRUCTIONS
2026-04-29 00:37:39 +03:00
parent 3b0c75bee6
commit 5d336039ba
15 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
reverse_proxy localhost:3004
}
handle_path /god-mode* {
handle_path /nodedcsudo* {
root * /app/admin
try_files {path} {path}/ /index.html
file_server
+2 -2
View File
@@ -6,8 +6,8 @@
redir /spaces /spaces/ permanent
reverse_proxy /spaces/* space:3000
redir /god-mode /god-mode/ permanent
reverse_proxy /god-mode/* admin:3000
redir /nodedcsudo /nodedcsudo/ permanent
reverse_proxy /nodedcsudo/* admin:3000
reverse_proxy /live/* live:3000