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