move seafile from nginx to caddy

This commit is contained in:
2024-11-16 16:46:46 +01:00
parent 1ac22311a7
commit 03f5d7b78f
2 changed files with 14 additions and 20 deletions

View File

@@ -107,26 +107,6 @@ server {
}
}
server {
# seafile
listen 80;
server_name seafile.rik.veenboer.xyz;
location / {
proxy_pass http://host:8100;
include /etc/nginx/conf/proxy.conf;
}
location /seafhttp {
# seafile
rewrite ^/seafhttp(.*)$ $1 break;
proxy_pass http://host:8182;
client_max_body_size 0;
}
location /seafdav {
proxy_pass http://host:8180;
include /etc/nginx/conf/proxy.conf;
}
}
server {
# grafana
listen 80;