Skip to content

Commit

Permalink
Add ssl conf
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Jan 23, 2024
1 parent fe06cc5 commit 0c42627
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions admin/nginx/conf.d/website-blog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ server {
listen 80;
listen [::]:80;
server_name ADMIN_PANEL_URL;
return 301 https://ADMIN_PANEL_URL$request_uri;
}

server {
listen 443 ssl http2;
server_name ADMIN_PANEL_URL;
ssl_certificate certs/blog.live.domain.name.cert;
ssl_certificate_key certs/blog.live.domain.name.key;

location = /basic_status {
stub_status;
Expand Down

0 comments on commit 0c42627

Please sign in to comment.