Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
ab8a882b
Commit
ab8a882b
authored
4 years ago
by
Mathieu Leguay
Browse files
Options
Downloads
Patches
Plain Diff
WIP
parent
5311cf9f
Loading
Loading
1 merge request
!1
Feature/design/1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deployment/roles/reverse/tasks/nginx.yml
+2
-0
2 additions, 0 deletions
deployment/roles/reverse/tasks/nginx.yml
deployment/roles/reverse/templates/nginx/nginx.conf.j2
+1
-0
1 addition, 0 deletions
deployment/roles/reverse/templates/nginx/nginx.conf.j2
with
3 additions
and
0 deletions
deployment/roles/reverse/tasks/nginx.yml
+
2
−
0
View file @
ab8a882b
...
...
@@ -31,6 +31,8 @@
dest
:
"
{{
reverse_conf_dir
}}/{{
item.path|regex_replace('.j2$','')
}}"
with_filetree
:
'
{{
nginx_template_dir
}}'
when
:
item.state == 'file'
notify
:
-
reload nginx
-
name
:
Ensure nginx is started
service
:
...
...
This diff is collapsed.
Click to expand it.
deployment/roles/reverse/templates/nginx/nginx.conf.j2
+
1
−
0
View file @
ab8a882b
...
...
@@ -30,6 +30,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
server_names_hash_bucket_size 1024;
types_hash_max_size 2048;
proxy_headers_hash_max_size 4046;
proxy_headers_hash_bucket_size 1024;
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment