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
sms
streaming-docker
Commits
d8a58e3d
Commit
d8a58e3d
authored
Mar 31, 2020
by
dreamer
Browse files
path
parent
93fc65e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
nginx-ssl/nginx-ssl.conf
View file @
d8a58e3d
...
...
@@ -28,8 +28,8 @@ http {
server_name
hlsorigin
.
laglab
.
org
;
server_tokens
off
;
ssl_certificate
/
etc
/
letsencrypt
/
live
/
hls
.
laglab
.
org
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
live
/
hls
.
laglab
.
org
/
privkey
.
pem
;
ssl_certificate
/
etc
/
letsencrypt
/
live
/
hls
origin
.
laglab
.
org
/
fullchain
.
pem
;
ssl_certificate_key
/
etc
/
letsencrypt
/
live
/
hls
origin
.
laglab
.
org
/
privkey
.
pem
;
include
/
etc
/
letsencrypt
/
options
-
ssl
-
nginx
.
conf
;
ssl_dhparam
/
etc
/
letsencrypt
/
ssl
-
dhparams
.
pem
;
...
...
Write
Preview
Supports
Markdown
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