module-nginx/templates/vhost
Cameron Wood (@cewood) 123b14edca Reorganise whitespace in the vhost header and location header/footer.
The current template inserts newlines after a location, which doesn't
seem logical; one can't assume there will always be more blocks that
follow. Therefore it is only logical to include the newline before a
new location block is inserted, which lends itself to the convention
of only prepending newlines to blocks, never appending them.
2014-11-12 16:04:45 +11:00
..
locations cleanup resultant whitespace and key/value alignment in config files 2014-09-13 04:13:18 -04:00
fastcgi_params.erb Renamed params to fastcgi_param and moved to fastcgi.erb 2014-08-13 12:24:59 +02:00
location_footer.erb Reorganise whitespace in the vhost header and location header/footer. 2014-11-12 16:04:45 +11:00
location_header.erb Reorganise whitespace in the vhost header and location header/footer. 2014-11-12 16:04:45 +11:00
vhost_footer.erb new raw_prepend / raw_append feature for vhosts & locations 2014-06-26 00:00:37 -04:00
vhost_header.erb Reorganise whitespace in the vhost header and location header/footer. 2014-11-12 16:04:45 +11:00
vhost_ssl_footer.erb new raw_prepend / raw_append feature for vhosts & locations 2014-06-26 00:00:37 -04:00
vhost_ssl_header.erb Merge pull request #443 from rabbitt/whitespace-cleanup 2014-09-20 10:06:59 -05:00