Merge pull request 'Add the aliases in the http section of the virtualhost too.' (#21) from adellam/ansible-role-wordpress:master into master
This commit is contained in:
commit
09a151cc75
|
@ -9,7 +9,7 @@ upstream wp {
|
|||
server {
|
||||
listen {{ http_port }};
|
||||
## Your website name goes here.
|
||||
server_name {{ item.virthost }};
|
||||
server_name {{ item.virthost }} {{ item.virthost_aliases }};
|
||||
## Your only path reference.
|
||||
root {{ item.doc_root }};
|
||||
|
||||
|
|
Loading…
Reference in New Issue