Is this alright? Time will show.

This commit is contained in:
Niels G. W. Serup 2016-08-26 15:37:57 +02:00
parent 815ba99969
commit 5dfe89a0ad
1 changed files with 1 additions and 1 deletions

View File

@ -99,5 +99,5 @@ location / {
# Ordinary handling.
try_files $uri $uri/ =404;
try_files $uri $uri.html $uri/ =404;
}