forked from e621ng/e621ng
forgot to remove temporary redirect from example...
This commit is contained in:
parent
b26d0f4b92
commit
40681b4a0e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user