switch from nginx to caddy
This commit is contained in:
@@ -14,31 +14,3 @@ server {
|
||||
root /host/var/www/seafile;
|
||||
}
|
||||
}
|
||||
|
||||
server { # homeassistant
|
||||
listen 80;
|
||||
server_name ha.herderin.veenboer.xyz;
|
||||
location / {
|
||||
proxy_pass http://host:8123;
|
||||
include /etc/nginx/conf/proxy.conf;
|
||||
}
|
||||
}
|
||||
|
||||
server { # esphome
|
||||
# listen 443 ssl;
|
||||
listen 80;
|
||||
server_name esp.herderin.veenboer.xyz;
|
||||
location / {
|
||||
proxy_pass http://host:6052;
|
||||
include /etc/nginx/conf/proxy.conf;
|
||||
}
|
||||
}
|
||||
|
||||
server { # grafana
|
||||
listen 80;
|
||||
server_name grafana.herderin.veenboer.xyz;
|
||||
location / {
|
||||
proxy_pass http://host:3333;
|
||||
include /etc/nginx/conf/proxy.conf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user