updated ports for local files served
This commit is contained in:
@@ -388,18 +388,9 @@ auth.akanealw.com {
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@devdockge host dev-dockge.akanealw.com
|
||||
handle @devdockge {
|
||||
handle @internal {
|
||||
reverse_proxy 192.168.1.35:5001
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@files host files.akanealw.com
|
||||
handle @files {
|
||||
handle @internal {
|
||||
redir / /files{uri}
|
||||
reverse_proxy 192.168.1.50:80
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
@@ -408,8 +399,7 @@ auth.akanealw.com {
|
||||
@icons host icons.akanealw.com
|
||||
handle @icons {
|
||||
handle @internal {
|
||||
rewrite * /files/icons{uri}
|
||||
reverse_proxy 192.168.1.50:80
|
||||
reverse_proxy 192.168.1.50:81
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
@@ -505,8 +495,7 @@ auth.akanealw.com {
|
||||
@scripts host scripts.akanealw.com
|
||||
handle @scripts {
|
||||
handle @internal {
|
||||
redir / /scripts{uri}
|
||||
reverse_proxy 192.168.1.50:80
|
||||
reverse_proxy 192.168.1.50:82
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user