Skip to content

Commit

Permalink
Nginx: listen on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed May 2, 2014
1 parent e934c02 commit 39a4856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/wordpress-sites/templates/wordpress-site.conf.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
set $site_name {{ item.site_name }};

listen 80;
listen *:80;
server_name {{ item.site_hosts | join(' ') }};
access_log {{ www_root }}/{{ item.site_name }}/logs/{{ item.site_name }}.access.log;
error_log {{ www_root }}/{{ item.site_name }}/logs/{{ item.site_name }}.error.log;
Expand Down

0 comments on commit 39a4856

Please sign in to comment.