From ba4062f231ca5f984d4b96d73f67c98ce64e760f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 26 Feb 2019 13:57:41 +0100 Subject: [PATCH] Add debugging aid. --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index a328c12..9f39863 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,6 +14,10 @@ http { access_log nginx/access_log; + # To debug the rewrite rules, enable these directives: + #error_log stderr notice; + #rewrite_log on; + include /etc/nginx/mime.types; default_type application/octet-stream;