nginx rewrite debug etme
- 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
Comments
Leave a Comment