From 32e5b1396a5346a1e9852ff01334978200bf0ff2 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 13 Jun 2021 16:16:19 -0400 Subject: [PATCH] use custom 404 page for sadiqsaif.com --- ubuntu/erlking.asininetech.net.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/erlking.asininetech.net.yml b/ubuntu/erlking.asininetech.net.yml index 9d19893..e1612d4 100644 --- a/ubuntu/erlking.asininetech.net.yml +++ b/ubuntu/erlking.asininetech.net.yml @@ -151,6 +151,7 @@ - server_name sadiqsaif.com - root "/srv/www/sadiqsaif.com/public" - index index.html + - error_page 404 /404.html - access_log "/var/log/nginx/sadiqsaif.com.access.log" - error_log "/var/log/nginx/sadiqsaif.com.error.log" - ssl_certificate "/etc/ssl/letsencrypt/sadiqsaif.com.crt"