This commit is contained in:
t3chn0m4g3
2023-04-25 17:47:44 +00:00
parent ff7c368c7f
commit a08a475f57
6 changed files with 16 additions and 7 deletions

View File

@ -15,12 +15,10 @@ server {
root /var/lib/nginx/html;
add_header Cache-Control "public, max-age=604800";
##############################################
### Remove version number add different header
##############################################
server_tokens off;
more_set_headers 'Server: apache';
##############################################