Press enter to see results or esc to cancel.

nginx rewrite debug etme

  1. Error logu notice olarak ayarlayalim.

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

2. nginx.conf dosyasinda http taglari arasina rewrite_log on; satirini ekleyelim.

rewrite_log on;

3. nginx servisini yeniden baslatalim

systemctl restart nginx.service