Skip to content

Commit

Permalink
Remove nginx certs
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Oct 23, 2024
1 parent 965a13e commit 86bdf91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Empty file.
Empty file.
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;
client_max_body_size 100M;

location = /basic_status {
Expand Down

0 comments on commit 86bdf91

Please sign in to comment.