Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-proxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
nginx-proxy
Commits
27d4a03b
Commit
27d4a03b
authored
Aug 19, 2022
by
Florian Heder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SECURITY] Activate prod settings by default - ETAG OFF
parent
9dafec3e
Pipeline
#2633
failed with stages
in 1 second
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
docker-compose.yml
docker-compose.yml
+1
-0
nginx-prod-settings.conf
nginx-prod-settings.conf
+2
-0
No files found.
docker-compose.yml
View file @
27d4a03b
...
...
@@ -14,6 +14,7 @@ services:
-
html:/usr/share/nginx/html
-
certs:/etc/nginx/certs
-
./html:/etc/nginx/html
-
./nginx-prod-settings.conf:/etc/nginx/conf.d/nginx-prod-settings.conf
labels
:
-
"
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
...
...
nginx-prod-settings.conf
View file @
27d4a03b
...
...
@@ -8,4 +8,6 @@ client_max_body_size 100M;
# set timeout to 10min
proxy_read_timeout
600
s
;
# security settings
server_tokens
off
;
etag
off
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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