We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab13c0 commit 47d4ec1Copy full SHA for 47d4ec1
1 file changed
ci/nginx-rewrite/nginx.conf
@@ -23,6 +23,9 @@ http {
23
types_hash_max_size 2048;
24
gzip on;
25
26
+ # Use relative redirects so the load balancer's hostname/scheme is preserved
27
+ absolute_redirect off;
28
+
29
server {
30
listen 8080;
31
server_name _;
0 commit comments