We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83e5a1 commit efa3817Copy full SHA for efa3817
1 file changed
nginx/conf.d/default.conf
@@ -5,7 +5,7 @@ map $http_upgrade $connection_upgrade {
5
6
server {
7
listen 80;
8
- server_name muneo.ai.kr www.muneo.ai.kr;
+ server_name api.muneo.ai.kr;
9
10
return 301 https://$host$request_uri;
11
}
@@ -14,7 +14,7 @@ server {
14
listen 443 ssl;
15
http2 on;
16
17
18
19
ssl_certificate /etc/nginx/certs/muneo.ai.kr.pem;
20
ssl_certificate_key /etc/nginx/certs/muneo.ai.kr.key;
0 commit comments