Skip to content

Commit d4fc391

Browse files
committed
🔥 Removes problematic headers from NGinx configuration
1 parent 96f790a commit d4fc391

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

influxdb/rootfs/etc/nginx/nginx-ssl.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ http {
6060
proxy_set_header X-Forwarded-Proto $scheme;
6161
proxy_set_header Host $http_host;
6262
proxy_set_header X-NginX-Proxy true;
63-
if ($uri != '/') {
64-
expires 30d;
65-
}
6663
}
6764
}
6865
}

influxdb/rootfs/etc/nginx/nginx.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ http {
4444
proxy_set_header X-Forwarded-Proto $scheme;
4545
proxy_set_header Host $http_host;
4646
proxy_set_header X-NginX-Proxy true;
47-
if ($uri != '/') {
48-
expires 30d;
49-
}
5047
}
5148
}
5249
}

0 commit comments

Comments
 (0)