add reverse proxy for services
This commit is contained in:
parent
c29bc2bba6
commit
ad5fe9860f
|
@ -33,6 +33,21 @@ code-server.mini1.docker.local {
|
|||
reverse_proxy 192.168.178.230:8443
|
||||
}
|
||||
|
||||
ddns.mini1.docker.local {
|
||||
import logging
|
||||
reverse_proxy 192.168.178.230:55555
|
||||
}
|
||||
|
||||
doozle.mini1.docker.local {
|
||||
import logging
|
||||
reverse_proxy 192.168.178.230:60345
|
||||
}
|
||||
|
||||
ha.mini1.docker.local {
|
||||
import logging
|
||||
reverse_proxy 192.168.178.230:8123
|
||||
}
|
||||
|
||||
https://mini1.docker.local {
|
||||
reverse_proxy http://192.168.178.230:55556
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue