Adding missing nginx config

This commit is contained in:
Asgard 2021-03-23 12:05:03 +01:00
parent 5a898ac10c
commit eebbdc81d8
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
location /fabrica/ {
alias %%ROOT%%/images/;
autoindex on;
allow all;
}