We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 610062e + f0763df commit 0bd7babCopy full SHA for 0bd7bab
1 file changed
docs/Getting-Started/Reverse-Proxy.md
@@ -13,12 +13,10 @@ http://romm.mysite.com {
13
### Caddy + TLS (HTTPS)
14
15
```caddyfile
16
-https://romm.mysite.com {
17
- tls mysite.com.crt mysite.com.key # Certificate and key files
18
-
+romm.mysite.com {
19
encode zstd gzip
20
21
- header * {
+ header {
22
Strict-Transport-Security "max-age=31536000;"
23
X-XSS-Protection "1; mode=block"
24
X-Frame-Options "SAMEORIGIN"
0 commit comments