Typo in error_page configuration variable.

This commit is contained in:
staticsafe 2017-06-28 13:02:44 -04:00
parent 3f15c339ec
commit f428fadf2b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
- listen [{{ ansible_default_ipv6.address }}]:443 ssl http2
- server_name entropynet.net
- root "/srv/www/entropynet.net"
- error_page 404.html
- error_page 404 /404.html
- index index.html
- access_log "/var/log/nginx/entropynet.net.access.log"
- error_log "/var/log/nginx/entropynet.net.error.log"