Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/conf/tc-prod-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server {
listen [::]:8080 default_server ipv6only=on;

if ($http_x_forwarded_proto != "https") {
return 301 https://$server_name$request_uri;
return 301 https://$http_host$request_uri;
}

set $root_base /home/ubuntu/tc-site;
Expand Down