nginx: update error pages

feature/hass
Ingolf Wagner 2020-03-15 23:51:11 +08:00
parent 2d8374571b
commit 922d9ad959
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,10 @@ let
errorPages = pkgs.fetchgit {
url = "https://git.ingolf-wagner.de/palo/http-errors.git";
rev = "66948c13b9bbe5f3fe7a5146eceb76b97c436069";
sha256 = "0qkw7nb883fna0qgvhky20c3dagxph56aiy2rrf359w7lxch1k1h";
rev = "a6bfef1fa69e2cb836a51af265f5d4f2a615d77a";
sha256 = "0lypdggya80gwmz18bdpspisw5wyy4invpri42zaq5xb3808hqyl";
};
error = {
extraConfig = ''
error_page 400 /errors/400.html;