1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

write the scripts log which debugs the rewrite transformations

This commit is contained in:
George Hunt 2020-01-11 14:34:35 -05:00
parent 72a2d91c9f
commit 97c1b22982

View file

@ -49,7 +49,9 @@ http {
access_log {{ nginx_log_dir }}/access.log awstats;
error_log {{ nginx_log_dir }}/error.log;
log_format scripts '$request > $document_root$fastcgi_script_name $fastcgi_path_info';
access_log {{ nginx_log_dir }}/scripts.log scripts;
##