Fix error in TSOB's nginx config block

This commit is contained in:
staticsafe 2017-01-14 01:12:37 +00:00
parent 6c077a8f0a
commit 7bc7afbb24
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
- listen {{ ansible_default_ipv4.address }}:443 ssl
- listen [{{ ansible_default_ipv6.address }}]:80
- listen [{{ ansible_default_ipv6.address }}]:443 ssl
- server_name asininetech.com
- server_name twoshadesofbrown.com
- root "/srv/www/twoshadesofbrown.com"
- index index.php index.html
- access_log "/var/log/nginx/twoshadesofbrown.com.access.log"