host on local ip
This commit is contained in:
parent
3754ba5359
commit
61f7f67c6c
|
@ -1,4 +1,4 @@
|
||||||
http://localhost {
|
http://localhost, http://192.168.178.65 {
|
||||||
handle_path /static/* {
|
handle_path /static/* {
|
||||||
root * /srv/static
|
root * /srv/static
|
||||||
file_server {
|
file_server {
|
||||||
|
@ -16,11 +16,3 @@ http://localhost {
|
||||||
|
|
||||||
reverse_proxy http://main
|
reverse_proxy http://main
|
||||||
}
|
}
|
||||||
|
|
||||||
# http://localhost:8080 {
|
|
||||||
# reverse_proxy http://db-admin
|
|
||||||
# }
|
|
||||||
|
|
||||||
http://localhost:8081 {
|
|
||||||
reverse_proxy http://blog:2368
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue