diff --git a/conf.d/gfa-status-test.conf b/conf.d/gfa-status-test.conf index b7fec56..6c991a0 100644 --- a/conf.d/gfa-status-test.conf +++ b/conf.d/gfa-status-test.conf @@ -12,7 +12,7 @@ server { ssl_certificate_key /etc/nginx/private/gfa-status-test.psi.ch.key; location / { - proxy_pass http://gfa-status-test:80; + proxy_pass http://apache_app:80; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;