Skip to content

Commit 8fc86f5

Browse files
committed
Chore: ngins.stg.conf ssh인증서 최초발급용 주석
1 parent 474762e commit 8fc86f5

File tree

2 files changed

+47
-48
lines changed

2 files changed

+47
-48
lines changed

infra/nginx/nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ http {
6969
}
7070

7171
location = /actuator/prometheus { return 404; }
72-
73-
}
72+
}
7473
}
7574

infra/nginx/nginx.stg.conf

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -26,50 +26,50 @@ http {
2626

2727
location / {return 301 https://$host$request_uri; }
2828
}
29-
30-
; server {
31-
; listen 443 ssl http2;
32-
; server_name stg.api.docsa.o-r.kr;
33-
;
34-
; ssl_certificate /etc/letsencrypt/live/stg.api.docsa.o-r.kr/fullchain.pem;
35-
; ssl_certificate_key /etc/letsencrypt/live/stg.api.docsa.o-r.kr/privkey.pem;
36-
;
37-
; ssl_protocols TLSv1.2 TLSv1.3;
38-
; ssl_ciphers HIGH:!aNULL:!MD5;
39-
; ssl_prefer_server_ciphers on;
40-
;
41-
; ssl_session_cache shared:SSL:10m;
42-
; ssl_session_timeout 1d;
43-
;
44-
; location / {
45-
; proxy_pass http://app:8080;
46-
; proxy_http_version 1.1;
47-
; proxy_set_header Connection "";
48-
; proxy_set_header Host $host;
49-
; proxy_set_header X-Real-IP $remote_addr;
50-
; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
51-
; proxy_set_header X-Forwarded-Proto $scheme;
52-
; }
53-
;
54-
;
55-
; location /grafana/ {
56-
; proxy_pass http://grafana:3000;
57-
;
58-
; proxy_http_version 1.1;
59-
; proxy_set_header Upgrade $http_upgrade;
60-
; proxy_set_header Connection "upgrade";
61-
; proxy_read_timeout 3600;
62-
;
63-
; proxy_set_header Host $host;
64-
; proxy_set_header X-Real-IP $remote_addr;
65-
; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
66-
; proxy_set_header X-Forwarded-Proto $scheme;
67-
; proxy_set_header X-Forwarded-Host $host;
68-
; proxy_redirect off;
69-
; }
70-
;
71-
; location = /actuator/prometheus { return 404; }
72-
;
73-
; }
74-
}
29+
30+
# server {
31+
# listen 443 ssl http2;
32+
# server_name stg.api.docsa.o-r.kr;
33+
#
34+
# ssl_certificate /etc/letsencrypt/live/stg.api.docsa.o-r.kr/fullchain.pem;
35+
# ssl_certificate_key /etc/letsencrypt/live/stg.api.docsa.o-r.kr/privkey.pem;
36+
#
37+
# ssl_protocols TLSv1.2 TLSv1.3;
38+
# ssl_ciphers HIGH:!aNULL:!MD5;
39+
# ssl_prefer_server_ciphers on;
40+
#
41+
# ssl_session_cache shared:SSL:10m;
42+
# ssl_session_timeout 1d;
43+
#
44+
# location / {
45+
# proxy_pass http://app:8080;
46+
# proxy_http_version 1.1;
47+
# proxy_set_header Connection "";
48+
# proxy_set_header Host $host;
49+
# proxy_set_header X-Real-IP $remote_addr;
50+
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
51+
# proxy_set_header X-Forwarded-Proto $scheme;
52+
# }
53+
#
54+
#
55+
# location /grafana/ {
56+
# proxy_pass http://grafana:3000;
57+
#
58+
# proxy_http_version 1.1;
59+
# proxy_set_header Upgrade $http_upgrade;
60+
# proxy_set_header Connection "upgrade";
61+
# proxy_read_timeout 3600;
62+
#
63+
# proxy_set_header Host $host;
64+
# proxy_set_header X-Real-IP $remote_addr;
65+
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
66+
# proxy_set_header X-Forwarded-Proto $scheme;
67+
# proxy_set_header X-Forwarded-Host $host;
68+
# proxy_redirect off;
69+
# }
70+
#
71+
# location = /actuator/prometheus { return 404; }
72+
#
73+
# }
74+
#}
7575

0 commit comments

Comments
 (0)