Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
manti-by committed Feb 22, 2024
1 parent 09b8538 commit 8cfcce0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,14 @@ server {
http2 on;

server_name www.semkov-gorodok.by;
<<<<<<< Updated upstream
return 301 https://semkov-gorodok.by$request_uri;
=======
>>>>>>> Stashed changes

include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;

<<<<<<< Updated upstream
ssl_certificate /etc/letsencrypt/live/semkov-gorodok.by/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/semkov-gorodok.by/privkey.pem;
=======
ssl_certificate /etc/letsencrypt/live/semkov-gorodok.by/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/semkov-gorodok.by/privkey.pem; # managed by Certbot

return 301 https://semkov-gorodok.by$request_uri;
>>>>>>> Stashed changes
}

server {
Expand Down Expand Up @@ -102,11 +93,7 @@ server {

include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
<<<<<<< Updated upstream

=======

>>>>>>> Stashed changes
ssl_certificate /etc/letsencrypt/live/semkov-gorodok.by/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/semkov-gorodok.by/privkey.pem;
}

0 comments on commit 8cfcce0

Please sign in to comment.