From 31cb4c000baff18ef32bdce0e62f0158723f63a3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 11 Jul 2023 11:04:39 -0400 Subject: [PATCH] fix wiki addr resolving --- Nginx/Server Blocks/wiki.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/wiki.libraryofcode.org.conf b/Nginx/Server Blocks/wiki.libraryofcode.org.conf index 40d6f4f..5dd8c49 100644 --- a/Nginx/Server Blocks/wiki.libraryofcode.org.conf +++ b/Nginx/Server Blocks/wiki.libraryofcode.org.conf @@ -9,6 +9,6 @@ server { client_max_body_size 1G; location / { - proxy_pass http://localhost:3000; + proxy_pass http://localhost:3006; } }