Adding missing nginx config
This commit is contained in:
parent
5a898ac10c
commit
eebbdc81d8
|
@ -0,0 +1,5 @@
|
|||
location /fabrica/ {
|
||||
alias %%ROOT%%/images/;
|
||||
autoindex on;
|
||||
allow all;
|
||||
}
|
Loading…
Reference in New Issue