Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
hedgedocs-pad-lqdn
Commits
80348157
Commit
80348157
authored
Jan 19, 2021
by
nono
💻
Browse files
Fix nginx conf
parent
13918e00
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/etc/nginx/hedgedocs-nginx.conf.j2
View file @
80348157
...
...
@@ -26,8 +26,8 @@ server {
listen [::]:443 ssl http2;
listen 443 ssl http2;
ssl_certificate /etc/letsencrypt/live/{{ service_hedgedocs_domain }}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ service_hedgedocs_domain
}}/fullchain
.pem;
ssl_certificate /etc/letsencrypt/live/{{ service_hedgedocs_domain
.split("//")[0] | lower
}}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/{{ service_hedgedocs_domain
.split("//")[0] | lower }}/privkey
.pem;
# Improve HTTPS performance with session resumption
ssl_session_cache shared:SSL:10m;
...
...
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