mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07: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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user