forgot to remove temporary redirect from example...

This commit is contained in:
edshot99 2024-11-07 20:51:34 -06:00
parent b26d0f4b92
commit 40681b4a0e

View File

@ -71,10 +71,6 @@ http {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
} }
location = / {
return https://$HTTP_HOST/posts$REQUEST_URI;
}
location / { location / {
try_files $uri @app_server; try_files $uri @app_server;
} }