clean up
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user