Comments on: configure nginx proxy for drupal site http://cloudinservice.com/configure-nginx-proxy-for-drupal-site/ make IT easy with cloudinservice.com Wed, 04 Jan 2017 12:12:35 +0000 hourly 1 https://wordpress.org/?v=4.9.26 By: Olga http://cloudinservice.com/configure-nginx-proxy-for-drupal-site/#comment-5417 Mon, 01 Oct 2012 14:44:33 +0000 http://cloudinservice.com/?p=29#comment-5417 You can actually configure where nginx puts error.log file. This is how you do it:

error_log /var/log/nginx/error.log; #error log location

– that usually goes in nginx.conf file. If you have more than one site running on one server, then separate error.log can be configured for every site, the configuration is done for each domain separately. If a domain does not have personal configuration, the main one (from nginx.conf) is applied.

]]>
By: Demon http://cloudinservice.com/configure-nginx-proxy-for-drupal-site/#comment-5204 Thu, 27 Sep 2012 09:12:33 +0000 http://cloudinservice.com/?p=29#comment-5204 Where should the error files exist on your disk? Webroot from your site,nginx root,…..? Can’t find decent info…

]]>