13 lines
211 B
Caddyfile
13 lines
211 B
Caddyfile
:80 {
|
|
reverse_proxy gpon-monitor:{$LISTEN_PORT}
|
|
|
|
header {
|
|
-Server
|
|
-X-Powered-By
|
|
X-Frame-Options SAMEORIGIN
|
|
X-Content-Type-Options nosniff
|
|
}
|
|
|
|
encode gzip
|
|
}
|