Tuesday, 23 June 2015

Nginx Configuration Snippets

You can find useful nginx configuration snippets in below link.

Ref: https://github.com/lebinh/nginx-conf

No comments:

Post a Comment

PHP Codesniffer - Ignore warning errors

 Use below command to ignore warnings while generating report. phpcs -n /path_to_directory/ The above command will result only errors and ig...