mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-05 21:57:10 +01:00
Merge pull request #488 from Xenion1987/patch-1
disable nginx version output
This commit is contained in:
@@ -2,6 +2,8 @@ server {
|
|||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
|
server_tokens off;
|
||||||
|
|
||||||
client_max_body_size 100M;
|
client_max_body_size 100M;
|
||||||
|
|
||||||
root /var/www/app/public/;
|
root /var/www/app/public/;
|
||||||
|
|||||||
Reference in New Issue
Block a user