1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Update nginx.conf

This commit is contained in:
Rafi59 2017-10-09 18:00:55 +02:00 committed by GitHub
parent ad77e3ed74
commit 3385c738f2

View file

@ -1,4 +1,4 @@
location YNH_WWW_PATH {
location __PATH__ {
alias YNH_ALIAS ;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;