delete unused domain
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# Caddy's configuration file
|
||||
# see: https://caddyserver.com/docs/caddyfile
|
||||
|
||||
# The Caddyfile is an easy way to configure your Caddy web server.
|
||||
#
|
||||
# Unless the file starts with a global options block, the first
|
||||
@@ -8,6 +11,20 @@
|
||||
# this machine's public IP, then replace ":80" below with your
|
||||
# domain name.
|
||||
|
||||
#:80 {
|
||||
# # Set this path to your site's directory.
|
||||
# root * /usr/share/caddy
|
||||
#
|
||||
# # Enable the static file server.
|
||||
# file_server
|
||||
#
|
||||
# # Another common task is to set up a reverse proxy:
|
||||
# # reverse_proxy localhost:8080
|
||||
#
|
||||
# # Or serve a PHP site through php-fpm:
|
||||
# # php_fastcgi localhost:9000
|
||||
#}
|
||||
|
||||
# Refer to the Caddy docs for more information:
|
||||
# https://caddyserver.com/docs/caddyfile
|
||||
|
||||
@@ -55,16 +72,11 @@ daed.10000h.de {
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
rocketchat.10000h.de {
|
||||
gitea.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:3000
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
affine.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:3010
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
lobe.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:3210 {
|
||||
transport http {
|
||||
@@ -73,10 +85,14 @@ lobe.10000h.de {
|
||||
}
|
||||
}
|
||||
|
||||
rdp.10000h.de {
|
||||
duet.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:3389
|
||||
}
|
||||
|
||||
nuc.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:3390
|
||||
}
|
||||
|
||||
fndav.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:5005
|
||||
# import securityHeaders
|
||||
@@ -97,14 +113,6 @@ n8n.10000h.de {
|
||||
# import securityHeaders
|
||||
}
|
||||
|
||||
vnc.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:5900
|
||||
}
|
||||
|
||||
couchdb.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:5984
|
||||
}
|
||||
|
||||
frps.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:7001
|
||||
import securityHeaders
|
||||
@@ -148,19 +156,6 @@ dify.10000h.de {
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
mattermost.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:8065
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
sp.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:8082
|
||||
import securityHeaders
|
||||
route /webdav* {
|
||||
reverse_proxy http://127.0.0.1:2345
|
||||
}
|
||||
}
|
||||
|
||||
kubepi.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:8084
|
||||
import securityHeaders
|
||||
@@ -171,16 +166,6 @@ ddns.10000h.de {
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
arch.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:10808
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
vaulewarden.10000h.de {
|
||||
reverse_proxy http://127.0.0.1:11001
|
||||
import securityHeaders
|
||||
}
|
||||
|
||||
# ------------------------------
|
||||
# k3s Services
|
||||
# ------------------------------
|
||||
|
||||
Reference in New Issue
Block a user