nginx: update aliases for help , chat irc and matrix

This commit is contained in:
creme 2021-03-06 16:23:05 +00:00
parent eb9b16a172
commit 5b1d46bd96
1 changed files with 12 additions and 0 deletions

View File

@ -155,6 +155,18 @@ server {
deny all;
}
# aliases
location /help {
return 301 https://help.envs.net/;
}
location /irc {
return 301 https://envs.net/chat/irc/;
}
location /matrix {
return 301 https://envs.net/chat/matrix/;
}
# include php and ssi
include snippets/php.conf;
ssi on;