Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ansible
Commits
06d94dc1
Commit
06d94dc1
authored
1 year ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
fix: Remove directives for not supported distributions, typo
parent
304aa98f
No related branches found
Branches containing commit
No related tags found
1 merge request
!38
Rebase nginx configs for Funkwhale v1.3.0
Pipeline
#32034
passed with stage
in 6 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/nginx.conf.j2
+1
-7
1 addition, 7 deletions
templates/nginx.conf.j2
with
1 addition
and
7 deletions
templates/nginx.conf.j2
+
1
−
7
View file @
06d94dc1
...
...
@@ -55,13 +55,7 @@ server {
ssl_prefer_server_ciphers off;
ssl_stapling on;
ssl_stapling_verify on;
{% if ansible_os_family in ["Debian", "Archlinux"] -%}
ssl_trusted_certificates /etc/ssl/certs/ca-certificates.crt;
{% elif ansible_os_family in ["RedHat"] -%}
ssl_trusted_certificates /etc/ssl/certs/ca-bundle.crt;
{% else -%} {# Missing: Suse, Gentoo, Mandrake #}
# Please set ssl_trusted_certificates using funkwhale_nginx_additional_config and open an issue
{% endif -%} {# ansible_os_family #}
ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
{% endif -%} {# funkwhale_nginx_tls_configure_ciphers #}
add_header Strict-Transport-Security "max-age=31536000" always;
{% endif -%} {# funkwhale_nginx_tls_termination #}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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