Skip to content
Snippets Groups Projects
Commit 7c1abf3a authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[thelounge/nginx] Return is not redirect


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 9d5a080f
No related branches found
No related tags found
1 merge request!165Nginx
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment