bunkerweb/confs/serve-files.conf
2020-01-03 10:21:37 +00:00

6 lines
82 B
Plaintext

root /www;
index index.html index.php;
location / {
try_files $uri $uri/ =404;
}