🔒️(frontend) hide Nginx server version in error responses
Remove version disclosure in /assets/ error pages identified by security auditor to prevent information leakage vulnerability.
This commit is contained in:
committed by
aleb_the_flash
parent
61aa3c79c5
commit
5bac9a1d59
@@ -1,6 +1,7 @@
|
||||
server {
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
server_tokens off;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user