media/media.nginx.conf

7 lines
98 B
Plaintext

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