diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:32:40 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-20 11:32:40 +0100 |
commit | 73bca64c33744027a0e800ce6c98a549ec924c6e (patch) | |
tree | 42cc09c283a7b0f6fce4f7dde22cd9213408111f /modules/profile/files/apache/immae.conf | |
parent | 428fcf14be3943fc01d234a5e622c7f8706bcb73 (diff) | |
parent | 5be7de41fe02fe60fbbac530e6729f74e206aea3 (diff) | |
download | Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.tar.gz Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.tar.zst Puppet-73bca64c33744027a0e800ce6c98a549ec924c6e.zip |
Merge branch 'letsencrypt'
Diffstat (limited to 'modules/profile/files/apache/immae.conf')
-rw-r--r-- | modules/profile/files/apache/immae.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/profile/files/apache/immae.conf b/modules/profile/files/apache/immae.conf new file mode 100644 index 0000000..5e0f3c4 --- /dev/null +++ b/modules/profile/files/apache/immae.conf | |||
@@ -0,0 +1,13 @@ | |||
1 | ErrorDocument 500 /maintenance_immae.html | ||
2 | ErrorDocument 501 /maintenance_immae.html | ||
3 | ErrorDocument 502 /maintenance_immae.html | ||
4 | ErrorDocument 503 /maintenance_immae.html | ||
5 | ErrorDocument 504 /maintenance_immae.html | ||
6 | Alias /maintenance_immae.html /srv/http/maintenance_immae.html | ||
7 | |||
8 | RedirectMatch ^/licen[cs]es?_et_tip(ping)?$ https://www.immae.eu/licences_et_tip.html | ||
9 | RedirectMatch ^/licen[cs]es?_and_tip(ping)?$ https://www.immae.eu/licenses_and_tipping.html | ||
10 | RedirectMatch ^/licen[cs]es?$ https://www.immae.eu/licenses_and_tipping.html | ||
11 | RedirectMatch ^/tip(ping)?$ https://www.immae.eu/licenses_and_tipping.html | ||
12 | |||
13 | AliasMatch "(.*)/googleb6d69446ff4ca3e5.html" /srv/http/googleb6d69446ff4ca3e5.html | ||