[thelounge/nginx] Return is not redirect
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
9d5a080fc5
commit
7c1abf3aee
host_vars
|
@ -20,10 +20,10 @@ loc_nginx:
|
|||
- "include \"/etc/nginx/snippets/options-proxypass.conf\""
|
||||
- filter: "~ ^/$"
|
||||
params:
|
||||
- "redirect 302 https://irc.crans.org/web/"
|
||||
- "return 302 https://irc.crans.org/web/"
|
||||
- filter: "/"
|
||||
params:
|
||||
- "redirect 302 \"https://wiki.crans.org/VieCrans/UtiliserIrc#Via_l.27interface_web\""
|
||||
- "return 302 \"https://wiki.crans.org/VieCrans/UtiliserIrc#Via_l.27interface_web\""
|
||||
|
||||
loc_thelounge:
|
||||
public: "true"
|
||||
|
|
Loading…
Reference in New Issue