Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
9c2dd940
Commit
9c2dd940
authored
Oct 22, 2020
by
Sven-Hendrik Haase
Browse files
Merge branch 'nginx-php-version' into 'master'
Don't expose nginx and PHP version to the public See merge request
!108
parents
592efa48
379fd8de
Pipeline
#2347
passed with stage
in 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/nginx/templates/nginx.conf.j2
View file @
9c2dd940
...
...
@@ -70,6 +70,8 @@ http {
http2_max_field_size 8k;
server_tokens off;
index index.php index.html index.htm;
access_log syslog:server=unix:/dev/log,nohostname,tag=nginx_http main;
...
...
roles/php_fpm/templates/php.ini.j2
View file @
9c2dd940
...
...
@@ -373,7 +373,7 @@ zend.enable_gc = On
; threat in any way, but it makes it possible to determine whether you use PHP
; on your server or not.
; http://php.net/expose-php
expose_php = O
n
expose_php = O
ff
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment