Skip to content

Commit

Permalink
missing backslashes for nginx vars
Browse files Browse the repository at this point in the history
  • Loading branch information
DonCarlosGraz authored May 24, 2020
1 parent 98378f8 commit c18847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ server {
listen [::]:80;
server_name $HOST;
return 301 https://$server_name$request_uri; #redirect HTTP to HTTPS
return 301 https://\$server_name\$request_uri; #redirect HTTP to HTTPS
}
server {
Expand Down

0 comments on commit c18847b

Please sign in to comment.