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

5 lines
61 B
Plaintext

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