diff --git a/Nginx/Locations/mracs.dev/static.loc.conf b/Nginx/Locations/mracs.dev/static.loc.conf new file mode 100644 index 0000000..94cb8e8 --- /dev/null +++ b/Nginx/Locations/mracs.dev/static.loc.conf @@ -0,0 +1,4 @@ +location /static/ { + root /var/www/static; + autoindex on; +}