updated system config

This commit is contained in:
Natalie Marks 2024-04-16 01:49:06 -07:00
parent e8c59fe923
commit 3340f00fa9

View file

@ -47,25 +47,11 @@
# ''; # '';
extraConfig = '' extraConfig = ''
# This replaces the existing content in /etc/caddy/Caddyfile
# A CONFIG SECTION FOR YOUR IP AND HOSTNAME
10.154.1.105 {
# PROXY ALL REQUEST TO PORT 30000
tls internal
reverse_proxy localhost:30000
encode zstd gzip
}
pathfinder2e.duckdns.org { pathfinder2e.duckdns.org {
# PROXY ALL REQUEST TO PORT 30000 # PROXY ALL REQUEST TO PORT 30000
reverse_proxy localhost:30000 reverse_proxy localhost:30000
encode zstd gzip encode zstd gzip
} }
# Refer to the Caddy docs for more information:
# https://caddyserver.com/docs/caddyfile
''; '';
}; };