6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
root /www;
|
|
index index.html index.php;
|
|
location / {
|
|
try_files $uri $uri/ =404;
|
|
}
|