http to vhost

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-24 10:38:27 +01:00
parent 374c5612ef
commit 5287936bc4

View File

@@ -17,7 +17,7 @@ server {
# Proxy EVERYTHING to the Apache container
location / {
proxy_pass apache_app:80;
proxy_pass http://apache_app:80;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;