Browse Source

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

pull/18/head
czaks 9 years ago
parent
commit
64a0b486f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      smart_build.php

+ 1
- 1
smart_build.php View File

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



Loading…
Cancel
Save