Небольшая модернизация

This commit is contained in:
2025-08-25 14:25:26 +07:00
parent cf30da5b1e
commit 5ac70153c3

View File

@@ -4,10 +4,10 @@ events {}
http {
server {
listen 80;
listen 81;
server_name localhost;
location / {
proxy_pass http://kosma-3x-ui:2053/;
proxy_pass http://hypoxie-3x-ui:2053/;
}
}
}