Add the aliases in the http section of the virtualhost too. #21

Merged
adellam merged 1 commits from :master into master 2020-11-23 20:07:51 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 }};