Skip to content

Commit

Permalink
build(ietf): Set absolute_redirect off for nginx (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Sep 18, 2024
1 parent 4e4bceb commit 036ff86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/ietfweb/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ server {
gzip on;
access_log /dev/stdout;
error_log /dev/stdout warn;
absolute_redirect off;
location / {
proxy_pass http://127.0.0.1:8000;
proxy_set_header Host $${keepempty}host;
Expand Down

0 comments on commit 036ff86

Please sign in to comment.