mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-05 05:37:11 +01:00
Merge pull request #488 from Xenion1987/patch-1
disable nginx version output
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
server {
|
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