summaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-20 14:55:20 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-20 14:55:20 -0600
commit966810c7730655e5db3c2d4b31afde4940acbae5 (patch)
tree399e399321546d2bffc9b56edbe34b8f440244b5 /aux
parent6b080f09c280dad73a4a83f421cbfb8b10f2450e (diff)
.editorconfig for consistent whitespace
Diffstat (limited to 'aux')
-rw-r--r--aux/nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/nginx.conf b/aux/nginx.conf
index 774c387..5bd4f6a 100644
--- a/aux/nginx.conf
+++ b/aux/nginx.conf
@@ -1,4 +1,4 @@
-# -*- Mode: nginx; nginx-indent-level: 8; indent-tabs-mode: t -*-
+# -*- Mode: nginx -*-
server {
server_name www.lukeshu.com;
@@ -22,7 +22,7 @@ server {
}
}
location /avatar/ {
- try_files $uri.png =404;
+ try_files $uri.png =404;
}
}