From 5dfe89a0ad2107b5f4bfdb87ddecfef9fa48a063 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Fri, 26 Aug 2016 15:37:57 +0200 Subject: [PATCH] Is this alright? Time will show. --- nginx/base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/base.conf b/nginx/base.conf index 29f5e66..17925c3 100644 --- a/nginx/base.conf +++ b/nginx/base.conf @@ -99,5 +99,5 @@ location / { # Ordinary handling. - try_files $uri $uri/ =404; + try_files $uri $uri.html $uri/ =404; }