Skip to content

Commit

Permalink
allows to configure nginx default port
Browse files Browse the repository at this point in the history
  • Loading branch information
videlalvaro committed Jul 25, 2012
1 parent 2638b7b commit 12dbd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/default-site.erb
@@ -1,5 +1,5 @@
server { server {
listen 80; listen <%= node['nginx']['port'] %>;
server_name <%= node['hostname'] %>; server_name <%= node['hostname'] %>;


access_log <%= node['nginx']['log_dir'] %>/localhost.access.log; access_log <%= node['nginx']['log_dir'] %>/localhost.access.log;
Expand Down

0 comments on commit 12dbd00

Please sign in to comment.