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 bc0ac35 commit e72389bCopy full SHA for e72389b
nginx.conf
@@ -42,6 +42,9 @@ http {
42
keepalive_timeout 300;
43
gzip off;
44
45
+ # Entrypoint generates the proxy_cache_path here, so it is configurable externally.
46
+ include /etc/nginx/conf.d/cache_max_size.conf;
47
+
48
# Just in case you want to rewrite some hosts. Default maps directly.
49
map $host $targetHost {
50
hostnames;
@@ -89,8 +92,6 @@ http {
89
92
default "DID_NOT_MATCH_PATH";
90
93
}
91
94
- include /etc/nginx/conf.d/*.conf;
-
95
96
# The proxy director layer, listens on 3128
97
server {
0 commit comments