diff --git a/default.conf b/default.conf index 82a2176..feee5f3 100644 --- a/default.conf +++ b/default.conf @@ -4,6 +4,10 @@ server { client_max_body_size 5000m; + location ~* ^/WW_verify_[^.]+\.txt$ { + root /opt/jumpserver/data/; + } + location = /robots.txt { default_type text/html; add_header Content-Type "text/plain; charset=UTF-8";