004ee68b89
Without it, we get something like this: ``` error_log /var/log/nginx/my_error.log; location / { root /var/www/html; } ``` With this commit, we get this: ``` error_log /var/log/nginx/my_error.log; location / { root /var/www/html; } ``` |
||
---|---|---|
.. | ||
locations | ||
fastcgi_params.erb | ||
location_footer.erb | ||
location_header.erb | ||
vhost_footer.erb | ||
vhost_header.erb | ||
vhost_ssl_footer.erb | ||
vhost_ssl_header.erb |