-ssl2
This commit is contained in:
parent
6404556a82
commit
11adb9feca
@ -23,8 +23,13 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
<<<<<<< HEAD
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name your.domain.example;
|
server_name your.domain.example;
|
||||||
|
=======
|
||||||
|
listen 443;
|
||||||
|
server_name git.evil-bird.ru;
|
||||||
|
>>>>>>> cbd9e3c (-ssl2)
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/your.domain.example/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/your.domain.example/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/your.domain.example/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/your.domain.example/privkey.pem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user