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:
parent
72a2d91c9f
commit
97c1b22982
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue