Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlntv committed Apr 29, 2024
1 parent 8f0b11c commit a535d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ http {
listen 443 ssl;
server_name auth.dgtln.tv;

ssl_certificate /etc/ssl/certs/cert.pem;
ssl_certificate_key /etc/ssl/certs/privkey.pem;
ssl_certificate /etc/ssl/certs/auth.dgtln.tv/cert.pem;
ssl_certificate_key /etc/ssl/certs/auth.dgtln.tv/privkey.pem;

location / {
proxy_pass http://oauth:3000;
Expand Down

0 comments on commit a535d3f

Please sign in to comment.