1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librephotos_ynh.git synced 2024-09-03 19:36:12 +02:00

Fix nginx

This commit is contained in:
Jules Bertholet 2021-03-31 23:30:33 -04:00
parent a2c164736b
commit 6f44b4e055
2 changed files with 4 additions and 4 deletions

View file

@ -18,15 +18,15 @@ location ~ ^/(api|media)/ {
# Django media # Django media
location /protected_media/ { location /protected_media/ {
internal; internal;
alias /home/yunohost.app/__NAME__/protected_media/; alias /home/yunohost.app/__NAME__/protected_media;
} }
# Original Photos # Original Photos
location /original/ { location /original/ {
internal; internal;
alias /home/yunohost.app/__NAME__/data/; alias /home/yunohost.app/__NAME__/data;
} }
# Nextcloud Original Photos # Nextcloud Original Photos
location /nextcloud_original/ { location /nextcloud_original/ {
internal; internal;
alias /home/yunohost.app/__NAME__/data/nextcloud_media/; alias /home/yunohost.app/__NAME__/data/nextcloud_media;
} }

View file

@ -6,7 +6,7 @@
"en": "A photo viewer and manager similar to Google Photos", "en": "A photo viewer and manager similar to Google Photos",
"fr": "Un gestionnaire de photos semblable à Google Photos" "fr": "Un gestionnaire de photos semblable à Google Photos"
}, },
"version": "0.0.20210331~ynh2", "version": "0.0.20210331~ynh3",
"url": "https://github.com/LibrePhotos/librephotos", "url": "https://github.com/LibrePhotos/librephotos",
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {