diff --git a/.configs/configs/nginx/fabrica.conf b/.configs/configs/nginx/fabrica.conf new file mode 100644 index 0000000..eb0c9d1 --- /dev/null +++ b/.configs/configs/nginx/fabrica.conf @@ -0,0 +1,5 @@ +location /fabrica/ { + alias %%ROOT%%/images/; + autoindex on; + allow all; +} \ No newline at end of file