mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Cleanup nginx config
This commit is contained in:
parent
8d0ba4748a
commit
a73097649c
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
location __PATH__ {
|
location __PATH__ {
|
||||||
proxy_redirect http:// https://;
|
|
||||||
proxy_pass http://127.0.0.1:__PORT_SEAHUB__;
|
proxy_pass http://127.0.0.1:__PORT_SEAHUB__;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
Loading…
Reference in a new issue