summaryrefslogtreecommitdiff
path: root/ja.hairydiode.xyz.conf
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-11-21 23:55:58 -0800
committerHaoran S. Diao <0@hairydiode.xyz>2019-11-21 23:55:58 -0800
commitcf3d70c83aac587e31004c983748c35a56508ac1 (patch)
treed4fda810993a1f65f53593ad08be1bebf86a6a15 /ja.hairydiode.xyz.conf
parent221ca22e1c51ab6ef8a9d870899be10eceb22706 (diff)
Fixed some typos, fixed index directive in the nginx conf
Diffstat (limited to 'ja.hairydiode.xyz.conf')
-rw-r--r--ja.hairydiode.xyz.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ja.hairydiode.xyz.conf b/ja.hairydiode.xyz.conf
index d68238b..6b92e17 100644
--- a/ja.hairydiode.xyz.conf
+++ b/ja.hairydiode.xyz.conf
@@ -53,6 +53,7 @@ server {
server_name ja.hairydiode.xyz;
location / {
+ index index.html index.htm index.nginx-debian.html;
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
#rewrite ^/(.*)\.html $1 permanent;