Skip to content

Commit

Permalink
path return
Browse files Browse the repository at this point in the history
  • Loading branch information
lawxen committed Jun 12, 2024
1 parent e7bca24 commit e16f5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {
#access_log /var/log/nginx/host.access.log main;

location = /fake-subdir-placeholder {
return 301 /fake-subdir-placeholder/;
return 301 https://$host/fake-subdir-placeholder/;
}

location / {
Expand Down

0 comments on commit e16f5de

Please sign in to comment.