ftp: fix content type for komplefprüfungen
This commit is contained in:
parent
d1fca836b9
commit
05a5e085d8
|
@ -18,6 +18,9 @@ in
|
|||
allow 141.76.0.0/16;
|
||||
deny all;
|
||||
'';
|
||||
locations."~ /komplexpruef".extraConfig = ''
|
||||
default_type text/plain;
|
||||
'';
|
||||
locations."=/403.html" = {
|
||||
root = pkgs.writeTextDir "403.html" ''
|
||||
<html>
|
||||
|
|
Loading…
Reference in a new issue