remove lighttpd

This commit is contained in:
2024-11-27 09:37:47 +01:00
parent 1228b9e8f8
commit 31f1e19f9a
2 changed files with 1 additions and 23 deletions

View File

@@ -5,7 +5,6 @@ include:
# Authentication # Authentication
- docker-compose.authentik.yml - docker-compose.authentik.yml
- docker-compose.vouch.yml
# Other # Other
- docker-compose.homarr.yml - docker-compose.homarr.yml

View File

@@ -1,25 +1,3 @@
server {
# test
listen 80;
server_name test.rik.veenboer.xyz;
location / {
proxy_pass http://host:12345;
include /etc/nginx/conf/proxy.conf;
include /etc/nginx/conf/headers.conf;
}
include /etc/nginx/conf/vouch.conf;
}
server {
# vouch
listen 80;
server_name vouch.rik.veenboer.xyz;
location / {
proxy_pass http://host:9090;
include /etc/nginx/conf/proxy.conf;
}
}
server { server {
# seafile # seafile
listen 80; listen 80;
@@ -38,3 +16,4 @@ server {
include /etc/nginx/conf/proxy.conf; include /etc/nginx/conf/proxy.conf;
} }
} }