diff --git a/Nginx/Server Blocks/cert.libraryofcode.org.conf b/Nginx/Server Blocks/cert.libraryofcode.org.conf index afee2b2..df791f9 100644 --- a/Nginx/Server Blocks/cert.libraryofcode.org.conf +++ b/Nginx/Server Blocks/cert.libraryofcode.org.conf @@ -7,6 +7,6 @@ server { ssl_certificate_key /etc/nginx/ssl/org.key.pem; location / { - proxy_pass http://localhost:7562; + proxy_pass https://mracs.dev:7563; } }