This commit is contained in:
2024-12-19 14:49:55 +01:00
parent e257883ba1
commit a07ccc6c1b
8 changed files with 0 additions and 101 deletions

View File

@@ -1,14 +1,5 @@
server {
listen 80;
location / { # lighttpd
proxy_pass http://host:80;
include /etc/nginx/conf/proxy.conf;
}
location /filebrowser {
proxy_pass http://host:8001;
include /etc/nginx/conf/proxy.conf;
}
location /seafile {
proxy_pass http://host:8000;
include /etc/nginx/conf/proxy.conf;
@@ -24,7 +15,6 @@ server {
}
}
server { # homeassistant
listen 80;
server_name ha.herderin.veenboer.xyz;