bump t-pot-attack-map to 1.1.1, add nginx cache header

This commit is contained in:
t3chn0m4g3
2023-02-03 18:16:32 +00:00
parent 7e60b46732
commit 23934bc693
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ server {
server_name example.com;
error_page 300 301 302 400 401 402 403 404 500 501 502 503 504 /error.html;
root /var/lib/nginx/html;
add_header Cache-Control "public, max-age=604800";
##############################################