We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be32d3 commit 15dba68Copy full SHA for 15dba68
config/nginx.conf
@@ -85,6 +85,11 @@ http {
85
}
86
87
88
+ # Hardening
89
+ proxy_hide_header X-Powered-By;
90
+ fastcgi_hide_header X-Powered-By;
91
+ server_tokens off;
92
+
93
gzip on;
94
gzip_proxied any;
95
gzip_types text/plain application/xml text/css text/js text/xml application/x-javascript text/javascript application/json application/xml+rss;
config/php.ini
@@ -1,2 +1,3 @@
1
[Date]
2
date.timezone="UTC"
3
+expose_php= Off
0 commit comments