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:
parent
a2c164736b
commit
6f44b4e055
2 changed files with 4 additions and 4 deletions
|
@ -18,15 +18,15 @@ location ~ ^/(api|media)/ {
|
|||
# Django media
|
||||
location /protected_media/ {
|
||||
internal;
|
||||
alias /home/yunohost.app/__NAME__/protected_media/;
|
||||
alias /home/yunohost.app/__NAME__/protected_media;
|
||||
}
|
||||
# Original Photos
|
||||
location /original/ {
|
||||
internal;
|
||||
alias /home/yunohost.app/__NAME__/data/;
|
||||
alias /home/yunohost.app/__NAME__/data;
|
||||
}
|
||||
# Nextcloud Original Photos
|
||||
location /nextcloud_original/ {
|
||||
internal;
|
||||
alias /home/yunohost.app/__NAME__/data/nextcloud_media/;
|
||||
alias /home/yunohost.app/__NAME__/data/nextcloud_media;
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A photo viewer and manager similar to 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",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue