Update conf files

This commit is contained in:
Christophe Maudoux 2019-05-09 10:28:11 +02:00
parent ec7ae5f3d6
commit fbce8a4c2c
16 changed files with 16 additions and 16 deletions

View File

@ -46,7 +46,7 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/lmerror/503
#</Location>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -63,7 +63,7 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/lmerror/503
#</Location>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -53,7 +53,7 @@ ErrorDocument 503 http://auth.__DNSDOMAIN__/lmerror/503
#</Location>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -50,7 +50,7 @@ server {
deny all;
# Uncomment this if you use https only
#add_header Strict-Transport-Security "15768000";
#add_header Strict-Transport-Security "max-age=15768000";
}
# Uncomment this if status is enabled

View File

@ -94,5 +94,5 @@
</Directory>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -107,5 +107,5 @@
</Directory>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -91,5 +91,5 @@
</Directory>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -36,7 +36,7 @@ server {
#uwsgi_param SCRIPT_NAME $sc;
# Uncomment this if you use https only
#add_header Strict-Transport-Security "15768000";
#add_header Strict-Transport-Security "max-age=15768000";
}
location / {

View File

@ -103,6 +103,6 @@
</Location>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -128,6 +128,6 @@
</Location>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -104,6 +104,6 @@
</Location>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -54,7 +54,7 @@ server {
try_files $uri $uri/ =404;
# Uncomment this if you use https only
#add_header Strict-Transport-Security max-age=15768000;
#add_header Strict-Transport-Security "max-age=15768000";
}
location /static/ {

View File

@ -43,5 +43,5 @@ PerlModule Lemonldap::NG::Handler::ApacheMP2::Menu
</IfModule>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -43,5 +43,5 @@ PerlModule Lemonldap::NG::Handler::ApacheMP2::Menu
</IfModule>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -38,5 +38,5 @@ PerlModule Lemonldap::NG::Handler::ApacheMP2::Menu
</IfModule>
# Uncomment this if site if you use SSL only
#Header set Strict-Transport-Security 15768000
#Header set Strict-Transport-Security "max-age=15768000"
</VirtualHost>

View File

@ -86,7 +86,7 @@ server {
#fastcgi_param HTTP_COOKIE $lmcookie;
# Uncomment this if you use https only
#add_header Strict-Transport-Security "15768000";
#add_header Strict-Transport-Security "max-age=15768000";
# Set REMOTE_USER (for FastCGI apps only)
#fastcgi_param REMOTE_USER $lmremote_user;