Skip to content

Commit

Permalink
fixed the http redirect to the correct host
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Sep 10, 2024
1 parent 06e78f1 commit 5bb0680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/nginx/default.conf.template.dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server {
listen 80;
server_name poser.pugx.org poser.packagist.org poser.local stg.poser.pugx.org;

return https://$server_name;
return https://$host;
}

server {
Expand Down

0 comments on commit 5bb0680

Please sign in to comment.