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

Update nginx.conf

This commit is contained in:
ericgaspar 2022-09-16 08:27:56 +02:00
parent cbbb1ff9e6
commit d3cff24dd0

View file

@ -42,5 +42,5 @@ location / {
} }
location /uploads/ { location /uploads/ {
alias __FILES_PATH__/uploads/ ; alias __FILES_PATH__/files/ ;
} }