Skip to content

Commit 669bebe

Browse files
authored
Merge pull request #47 from leonid-granulate/bugfix/Download-Flame-Graph-option-does-not-work
"Download Flame Graph" option does not work - bug fix
2 parents b294324 + 0fcdf11 commit 669bebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/https_nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ http {
2020
listen 443 ssl;
2121
server_name your_domain.com www.your_domain.com; # Replace with your domain
2222

23+
absolute_redirect off;
2324
ssl_certificate /etc/nginx/tls/cert.pem; # Path to your SSL certificate
2425
ssl_certificate_key /etc/nginx/tls/key.pem; # Path to your SSL key
2526
ssl_protocols TLSv1.2 TLSv1.3;

0 commit comments

Comments
 (0)