diff --git a/Nginx/Server Blocks/auth.libraryofcode.org.conf b/Nginx/Server Blocks/auth.libraryofcode.org.conf index 0e1d3c9..51d20d3 100644 --- a/Nginx/Server Blocks/auth.libraryofcode.org.conf +++ b/Nginx/Server Blocks/auth.libraryofcode.org.conf @@ -1,7 +1,7 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name certapi.libraryofcode.org; + server_name auth.libraryofcode.org; ssl_certificate /etc/nginx/ssl/org.chain.crt; ssl_certificate_key /etc/nginx/ssl/org.key.pem;