host on local ip

This commit is contained in:
Christoph J. Scherr 2023-10-10 11:35:07 +02:00
parent 3754ba5359
commit 61f7f67c6c
1 changed files with 1 additions and 9 deletions

View File

@ -1,4 +1,4 @@
http://localhost {
http://localhost, http://192.168.178.65 {
handle_path /static/* {
root * /srv/static
file_server {
@ -16,11 +16,3 @@ http://localhost {
reverse_proxy http://main
}
# http://localhost:8080 {
# reverse_proxy http://db-admin
# }
http://localhost:8081 {
reverse_proxy http://blog:2368
}