added mailsig

This commit is contained in:
Adrien W
2021-10-01 11:13:08 +02:00
parent 4d5de94f8b
commit 3db3e0b63b
4 changed files with 21 additions and 6 deletions

View File

@@ -7,7 +7,15 @@ RewriteRule ^solutions\.html$ /solutions.php [L]
# nginx rules
#rewrite ^index\.html$ /index.php last
#rewrite ^cgu\.html$ /cgu.php last
#rewrite ^interventions\.html$ /interventions.php last
#rewrite ^solutions\.html$ /solutions.php last
#location /index {
# rewrite ^/index\.html$ /index.php last;
#}
#location /cgu {
# rewrite ^/cgu\.html$ /cgu.php last;
#}
#location /interventions {
# rewrite ^/interventions\.html$ /interventions.php last;
#}
#location /solutions {
# rewrite ^/solutions\.html$ /solutions.php last;
#}