From f428fadf2b71b059964f837fccdcfcb4c1c6f16f Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 28 Jun 2017 13:02:44 -0400 Subject: [PATCH] Typo in error_page configuration variable. --- ubuntu/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index af97f30..9019b6d 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -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"