Skip to content

Commit 9fddb23

Browse files
committed
edit nginx config
1 parent bbba457 commit 9fddb23

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nginx/nginx.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ http {
3030

3131
ssl_certificate /etc/letsencrypt/live/backlog-movie.ru/fullchain.pem;
3232
ssl_certificate_key /etc/letsencrypt/live/backlog-movie.ru/privkey.pem;
33-
include /etc/letsencrypt/options-ssl-nginx.conf;
34-
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
3533

3634
location / {
3735
proxy_pass http://frontend;

0 commit comments

Comments
 (0)