We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f790a commit d4fc391Copy full SHA for d4fc391
2 files changed
influxdb/rootfs/etc/nginx/nginx-ssl.conf
@@ -60,9 +60,6 @@ http {
60
proxy_set_header X-Forwarded-Proto $scheme;
61
proxy_set_header Host $http_host;
62
proxy_set_header X-NginX-Proxy true;
63
- if ($uri != '/') {
64
- expires 30d;
65
- }
66
}
67
68
influxdb/rootfs/etc/nginx/nginx.conf
@@ -44,9 +44,6 @@ http {
44
45
46
47
48
49
50
51
52
0 commit comments