1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agora_ynh.git synced 2024-09-03 18:06:21 +02:00

Update nginx.conf

This commit is contained in:
frju365 2017-02-16 22:49:29 +01:00 committed by GitHub
parent aaea28992c
commit dd18461368

View file

@ -1,6 +1,6 @@
location YNH_WWW_PATH {
alias YNH_WWW_ALIASwww/ ;
alias YNH_WWW_ALIAS ;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}