[irc] Add redirections
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
70a78d06d1
commit
e3763a7121
|
@ -18,3 +18,9 @@ loc_nginx:
|
||||||
params:
|
params:
|
||||||
- "proxy_pass http://localhost:9000/"
|
- "proxy_pass http://localhost:9000/"
|
||||||
- "include \"/etc/nginx/snippets/options-proxypass.conf\""
|
- "include \"/etc/nginx/snippets/options-proxypass.conf\""
|
||||||
|
- filter: "~ ^/$"
|
||||||
|
params:
|
||||||
|
- "redirect 302 https://irc.crans.org/web/"
|
||||||
|
- filter: "/"
|
||||||
|
params:
|
||||||
|
- "redirect 302 \"https://wiki.crans.org/VieCrans/UtiliserIrc#Via_l.27interface_web\""
|
||||||
|
|
Loading…
Reference in New Issue