12 lines
157 B
Caddyfile
12 lines
157 B
Caddyfile
:80 {
|
|
reverse_proxy gpon-monitoring-app:{$LISTEN_PORT}
|
|
|
|
header {
|
|
-Server
|
|
-X-Powered-By
|
|
-Via
|
|
}
|
|
|
|
encode gzip
|
|
}
|