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;
|
allow 141.76.0.0/16;
|
||||||
deny all;
|
deny all;
|
||||||
'';
|
'';
|
||||||
|
locations."~ /komplexpruef".extraConfig = ''
|
||||||
|
default_type text/plain;
|
||||||
|
'';
|
||||||
locations."=/403.html" = {
|
locations."=/403.html" = {
|
||||||
root = pkgs.writeTextDir "403.html" ''
|
root = pkgs.writeTextDir "403.html" ''
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Reference in a new issue