diff --git a/nginx/nginx.conf b/nginx/nginx.conf index bbe86f7..18a9ab3 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -163,6 +163,11 @@ http { '"query_string":"$query_string",' '"request_length":$request_length,' + # Caminhos de Arquivo no Servidor + '"document_root":"$document_root",' + '"realpath_root":"$realpath_root",' + '"request_filename":"$request_filename",' + '}';