1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

the garrdin must be insstalled on a sub-domain, back to put the correct path

This commit is contained in:
Rodolphe Robles 2020-04-05 19:14:08 +02:00
parent 8a30957fe2
commit dbc98ddb7d

View file

@ -1,7 +1,7 @@
location __PATH__ {
# Path to source
alias __FINALPATH__/ ;
alias __FINALPATH__/www/ ;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;