Fixed ip address in example Caddyfile
This commit is contained in:
parent
263f498563
commit
ac49829f8c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
admin off
|
||||
}
|
||||
|
||||
http://0.0.0.0:8001 {
|
||||
http://127.0.0.1:8001 {
|
||||
root * ./static
|
||||
file_server
|
||||
header {
|
||||
|
|
Reference in a new issue