Add debugging aid.

This commit is contained in:
Justus Winter 2019-02-26 13:57:41 +01:00
parent 6e84a51310
commit ba4062f231
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 4 additions and 0 deletions

View File

@ -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;