From d64edd87d938ebecdb7fe57bbc1385ae3573af32 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 7 Aug 2024 22:38:54 -0400 Subject: [PATCH] Fixed nginx conf issue --- ops/nginx_conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/ops/nginx_conf/nginx.conf b/ops/nginx_conf/nginx.conf index 1fa491f..9293ad7 100644 --- a/ops/nginx_conf/nginx.conf +++ b/ops/nginx_conf/nginx.conf @@ -53,6 +53,7 @@ http { local ok, err = red:connect("127.0.0.1", 6379) if not ok then + ngx.say('The domain is not allowed on this server.') ngx.log(ngx.ERR, "failed to connect to redis: ", err) return ngx.exit(598) end