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; } }