summaryrefslogtreecommitdiff
path: root/irclog/nginx.config
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-02 15:30:55 +0800
committerMistivia <i@mistivia.com>2025-11-02 15:30:55 +0800
commit67135da61e10d806e6ecbba050f75d16233dabe1 (patch)
tree7e6afeae1a238bd0e3e59fd8723d71530f5ab9b7 /irclog/nginx.config
parent9f42c2d5f911cb4e215d7873221e642ce7df4d61 (diff)
delete lecagy irc log viewer
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>';
- }
-}