Files

6 lines
116 B
Caddyfile

# HTTP — доступ по IP или localhost (без домена)
:80 {
encode gzip
reverse_proxy app:8080
}