Skip to content

Commit

Permalink
chaosdorf_websites.init: Everything has an SSL redirect now
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Sep 10, 2014
1 parent d4f32a3 commit 79074c6
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions nagios-checks/remote/chaosdorf_websites.ini
Expand Up @@ -2,25 +2,23 @@
auth = https://intern.chaosdorf.de

# base domains
ok = http://chaosdorf.de/
ok = https://chaosdorf.de/
ok = http://eh2002.chaosdorf.de/

# make sure current (possibly externally linked) content still exists
# (If it is moved, replace ok by redirect check)
ok = http://chaosdorf.de/neu-hier/
ok = http://chaosdorf.de/projekte/intercensor/26c3_lt.avi
ok = http://chaosdorf.de/verein/
ok = http://chaosdorf.de/impressum/
ok = http://chaosdorf.de/kontakt/
ok = https://chaosdorf.de/neu-hier/
ok = https://chaosdorf.de/projekte/intercensor/26c3_lt.avi
ok = https://chaosdorf.de/verein/
ok = https://chaosdorf.de/impressum/
ok = https://chaosdorf.de/kontakt/

# configuration
redirect = http://www.chaosdorf.de/ http://chaosdorf.de/
redirect = http://duesseldorf.ccc.de/ http://chaosdorf.de/
redirect = http://eh02.easterhegg.eu/ http://eh2002.chaosdorf.de/
# configuration / SSL
redirect = http://chaosdorf.de/ https://chaosdorf.de/
redirect = http://intern.chaosdorf.de/ https://intern.chaosdorf.de/
redirect = http://wiki.chaosdorf.de/ https://wiki.chaosdorf.de/
redirect = http://www.chaosdorf.de/ https://chaosdorf.de/
redirect = http://duesseldorf.ccc.de/ http://chaosdorf.de/
redirect = http://www.chaosdorf.de/projekte/admin-toolkit/ https://wiki.chaosdorf.de/Admin-Toolkit
redirect = http://www.chaosdorf.de/projekte/cubo/ https://wiki.chaosdorf.de/CUBO
redirect = http://www.chaosdorf.de/clubraum/ https://wiki.chaosdorf.de/Category:Clubraum

# HTTPS
redirect = http://intern.chaosdorf.de/ https://intern.chaosdorf.de/
redirect = http://wiki.chaosdorf.de/ https://wiki.chaosdorf.de/
redirect = http://www.chaosdorf.de/projekte/cubo/ https://wiki.chaosdorf.de/CUBO
redirect = http://www.chaosdorf.de/clubraum/ https://wiki.chaosdorf.de/Category:Clubraum

0 comments on commit 79074c6

Please sign in to comment.