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 b65b2fc commit 00bffd1Copy full SHA for 00bffd1
1 file changed
config/nginx.conf.erb
@@ -10,7 +10,7 @@ http {
10
server_tokens off;
11
12
# Proxy cache using /dev/shm (tmpfs, survives dyno restarts)
13
- proxy_cache_path /dev/shm/jscache levels=1:2 keys_zone=jscache:1m inactive=30d use_temp_path=off max_size=10m;
+ proxy_cache_path /dev/shm/jscache levels=1:2 keys_zone=jscache:1m inactive=30d use_temp_path=off max_size=1m;
14
15
# Security headers (set at http level to apply to all responses)
16
add_header X-Frame-Options "SAMEORIGIN" always;
0 commit comments