There was an error while loading. Please reload this page.
2 parents b294324 + 0fcdf11 commit 669bebeCopy full SHA for 669bebe
deploy/https_nginx.conf
@@ -20,6 +20,7 @@ http {
20
listen 443 ssl;
21
server_name your_domain.com www.your_domain.com; # Replace with your domain
22
23
+absolute_redirect off;
24
ssl_certificate /etc/nginx/tls/cert.pem; # Path to your SSL certificate
25
ssl_certificate_key /etc/nginx/tls/key.pem; # Path to your SSL key
26
ssl_protocols TLSv1.2 TLSv1.3;
0 commit comments