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:
parent
61af40cc00
commit
95448211cd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ location ^~ __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/uploads/ {
|
location __PATH__/uploads/ {
|
||||||
alias __DATADIR__/uploads/ ;
|
alias __PUBLIC_PATH__/uploads/ ;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
|
|
Loading…
Add table
Reference in a new issue