From c2c136f148aa63f9038776a31966f5ad0b0ad2c7 Mon Sep 17 00:00:00 2001 From: Stephon Parker Date: Tue, 13 Aug 2024 10:42:53 -0400 Subject: [PATCH] forgot one nginx reference Signed-off-by: Stephon Parker --- seafile.subdomain.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seafile.subdomain.conf.sample b/seafile.subdomain.conf.sample index d7e7a25..0e91c33 100644 --- a/seafile.subdomain.conf.sample +++ b/seafile.subdomain.conf.sample @@ -14,6 +14,7 @@ server { location / { include /config/nginx/resolver.conf; + include /config/nginx/proxy.conf; proxy_pass http://seafile:8000; proxy_read_timeout 310s; proxy_set_header Host $host; @@ -29,6 +30,7 @@ server { location /seafhttp { include /config/nginx/resolver.conf; + include /config/nginx/proxy.conf; rewrite ^/seafhttp(.*)$ $1 break; proxy_pass http://seafile:8082; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;