changed ports for fileserver

This commit is contained in:
2026-04-25 01:38:28 +00:00
parent 36b7690cc6
commit d9fb6a6532

View File

@@ -399,7 +399,7 @@ auth.akanealw.com {
@files host files.akanealw.com
handle @files {
handle @internal {
reverse_proxy 192.168.1.50:80
reverse_proxy 192.168.1.50:81
}
respond "ip range not allowed"
}
@@ -407,7 +407,7 @@ auth.akanealw.com {
@icons host icons.akanealw.com
handle @icons {
handle @internal {
reverse_proxy 192.168.1.50:81
reverse_proxy 192.168.1.50:82
}
respond "ip range not allowed"
}
@@ -503,7 +503,7 @@ auth.akanealw.com {
@scripts host scripts.akanealw.com
handle @scripts {
handle @internal {
reverse_proxy 192.168.1.50:82
reverse_proxy 192.168.1.50:83
}
respond "ip range not allowed"
}