Last Updated: February 25, 2016
·
25.97K
· gabrielpires

Debugging nginx Rewrite

SET THE LOG PATH/FILE

error_log /var/log/nginx/error.log notice;

INSIDE OF HTTP SCOPE ADD ->

http {
rewrite_log on;