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

Update nginx.conf

This commit is contained in:
frju365 2017-02-22 15:38:06 +01:00 committed by GitHub
parent 4d7291e34e
commit 87abbddcda

View file

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