mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
[fix] Get private uploaded files
This commit is contained in:
parent
d453a9b05f
commit
9e3248c143
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ location __PATH__/ {
|
|||
# Handle private files through Drupal. Private file's path can come
|
||||
# with a language prefix.
|
||||
location ~ ^(/[a-z\-]+)?/system/files/ {
|
||||
try_files $uri /index.php?$query_string;
|
||||
rewrite ^((/[a-z\-]+)?/system/files/(.+))$ /index.php?q=$1 last;
|
||||
}
|
||||
|
||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
|
||||
|
|
Loading…
Reference in a new issue