Fix wrong port number in Caddyfile
This commit is contained in:
parent
72f3505e7b
commit
d0c09b628b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
placeany.site {
|
placeany.site {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
reverse_proxy http://localhost:5099
|
reverse_proxy http://localhost:8080
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue