diff --git a/docker/nginx.conf.example b/docker/nginx.conf.example index 9c03d486a..67fdfe2fb 100644 --- a/docker/nginx.conf.example +++ b/docker/nginx.conf.example @@ -71,10 +71,6 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location = / { - return https://$HTTP_HOST/posts$REQUEST_URI; - } - location / { try_files $uri @app_server; }