Merge pull request #488 from Xenion1987/patch-1

disable nginx version output
This commit is contained in:
David Bomba
2023-01-14 09:35:35 +11:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
server {
listen 80 default_server;
server_name _;
server_tokens off;
client_max_body_size 100M;
root /var/www/app/public/;