Cleanup nginx config

This commit is contained in:
Josué Tille 2024-03-28 00:07:03 +01:00
parent 8d0ba4748a
commit a73097649c
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -1,5 +1,4 @@
location __PATH__ {
proxy_redirect http:// https://;
proxy_pass http://127.0.0.1:__PORT_SEAHUB__;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;