Browse Source

smart_build.php: nginx – cache 404 replies for 120s

pull/40/head
czaks 9 years ago
parent
commit
64a0b486f2
  1. 2
      smart_build.php

2
smart_build.php

@ -169,7 +169,7 @@ function die_404() { global $config;
else {
header("Location: ".$config['page_404']);
}
header("X-Accel-Expires: 120");
die();
}

Loading…
Cancel
Save