This commit is contained in:
2026-03-11 00:44:30 +01:00
parent db3038e181
commit c611d03341
2 changed files with 0 additions and 9 deletions

View File

@@ -20,14 +20,6 @@ server {
client_max_body_size 10M;
location /rabbitmq/ {
proxy_pass http://host.docker.internal:15672/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location / {
proxy_pass http://host.docker.internal:8090;
proxy_set_header Host $host;