fabrica/.configs/nginx/fabrica.conf

5 lines
83 B
Plaintext

location /fabrica/ {
alias %%ROOT%%/images/;
autoindex on;
allow all;
}