mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fixed varying capitalization
Settled for "includeSubDomains" over "includeSubdomains" as also found on Mozilla docs https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security Furthermore removed semicolon as it doesn't appear in the Apache config
This commit is contained in:
parent
d3037f1dff
commit
0974dcb824
@ -134,7 +134,7 @@ VirtualHost file::
|
||||
all installed browsers.
|
||||
|
||||
This example configuration will make all subdomains only accessible via HTTPS.
|
||||
If you have subdomains not accessible via HTTPS, remove ``includeSubdomains;``.
|
||||
If you have subdomains not accessible via HTTPS, remove ``includeSubDomains``.
|
||||
|
||||
This requires the ``mod_headers`` extension in Apache.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user