From ed3a3b56976c8c034bae87ada86ffd7195f09adb Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Sat, 9 May 2020 18:36:11 -0700 Subject: [PATCH] Update nginx.example im dumb --- configs/nginx.example | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/nginx.example b/configs/nginx.example index a0c92ee5..b540a988 100644 --- a/configs/nginx.example +++ b/configs/nginx.example @@ -5,7 +5,6 @@ upstream chan { server { server_name domain.com www.domain.com; - server_tokens off; error_page 404 = /path/to/jschan/static/html/404.html; error_page 502 = /path/to/jschan/static/html/502.html; client_max_body_size 0; #limit handled by upstream for better errors