diff --git a/infrastructure/source_bundle/proxy/conf.d/application.conf b/infrastructure/source_bundle/proxy/conf.d/application.conf index ead2f5c8..c24a970b 100644 --- a/infrastructure/source_bundle/proxy/conf.d/application.conf +++ b/infrastructure/source_bundle/proxy/conf.d/application.conf @@ -7,7 +7,7 @@ upstream client { } upstream admin { - server admin:1000; + server backoffice:1000; } server { @@ -42,7 +42,7 @@ server { client_max_body_size 200m; } location /admin/ { - proxy_pass http://admin; + proxy_pass http://backoffice; proxy_http_version 1.1; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host;