media/media.nginx.conf

7 lines
91 B
Plaintext

root /var/www/media/site;
index index.html;
location / {
try_files $uri $uri/ =404;
}