Fix wrong port number in Caddyfile

This commit is contained in:
Anders Englöf Ytterström 2024-09-03 12:01:33 +02:00 committed by GitHub
parent 72f3505e7b
commit d0c09b628b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
placeany.site {
encode zstd gzip
reverse_proxy http://localhost:5099
reverse_proxy http://localhost:8080
}