updated system config
This commit is contained in:
parent
e8c59fe923
commit
3340f00fa9
1 changed files with 0 additions and 14 deletions
|
@ -47,25 +47,11 @@
|
|||
# '';
|
||||
|
||||
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 {
|
||||
# PROXY ALL REQUEST TO PORT 30000
|
||||
reverse_proxy localhost:30000
|
||||
encode zstd gzip
|
||||
}
|
||||
|
||||
# Refer to the Caddy docs for more information:
|
||||
# https://caddyserver.com/docs/caddyfile
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue