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

Update nginx.conf

This commit is contained in:
ericgaspar 2020-11-20 21:49:13 +01:00
parent c1e56d9846
commit 7f31f6a46e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -30,7 +30,7 @@ location ^~ __PATH__/ {
}
location /lychee/uploads/ {
location __PATH__/uploads/ {
alias __PUBLIC_PATH__/uploads/ ;
}