Initial OpenWrt RMM implementation
This commit is contained in:
12
deploy/reverse-proxy/Caddyfile
Normal file
12
deploy/reverse-proxy/Caddyfile
Normal file
@@ -0,0 +1,12 @@
|
||||
{$RMM_DOMAIN} {
|
||||
encode zstd gzip
|
||||
|
||||
reverse_proxy rmm-server:8080
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||
X-Content-Type-Options "nosniff"
|
||||
X-Frame-Options "DENY"
|
||||
Referrer-Policy "same-origin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user