mracs-configurations/Nginx/Locations/mracs.dev/static.loc.conf

5 lines
62 B
Plaintext

location /static/ {
root /var/www/static;
autoindex on;
}