local branch

This commit is contained in:
iqubik
2026-04-04 21:12:19 +03:00
parent 38ac7b1257
commit e705232cf2
5 changed files with 1363 additions and 13 deletions
-9
View File
@@ -39,12 +39,3 @@ server {
proxy_read_timeout 650s;
}
}
server {
listen 3100;
server_name localhost;
location / {
proxy_pass http://backend:3100/;
proxy_set_header Host $http_host;
}
}