summaryrefslogtreecommitdiff
path: root/irclog/nginx.config
diff options
context:
space:
mode:
Diffstat (limited to 'irclog/nginx.config')
-rw-r--r--irclog/nginx.config9
1 files changed, 0 insertions, 9 deletions
diff --git a/irclog/nginx.config b/irclog/nginx.config
deleted file mode 100644
index d00dae1..0000000
--- a/irclog/nginx.config
+++ /dev/null
@@ -1,9 +0,0 @@
-server {
- # ...
- location /irclog/ {
- charset UTF-8;
- autoindex on;
- sub_filter_types text/html;
- sub_filter '</body>' '<script src="/irclog/linksub.js"></script></body>';
- }
-}