Skip to content

Commit

Permalink
remove ssl cert in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Mar 13, 2023
1 parent 0a71c99 commit 71fe15d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ server {

server_name your.domain.com;

ssl_certificate /etc/ssl/cert.pem;
ssl_certificate_key /etc/ssl/cert.key;

location /api {
proxy_set_header X-Real-RIP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit 71fe15d

Please sign in to comment.