Fix domains
This commit is contained in:
parent
22c40d7c89
commit
0bc29157d6
@ -3,7 +3,7 @@ events {}
|
|||||||
http {
|
http {
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name git.evil-bird.ru;
|
server_name your.domain.example;
|
||||||
|
|
||||||
location /.well-known/acme-challenge/ {
|
location /.well-known/acme-challenge/ {
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
@ -17,10 +17,10 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443; # ssl;
|
listen 443; # ssl;
|
||||||
server_name git.evil-bird.ru;
|
server_name your.domain.example;
|
||||||
|
|
||||||
# ssl_certificate /etc/letsencrypt/live/git.evil-bird.ru/fullchain.pem;
|
# ssl_certificate /etc/letsencrypt/live/your.domain.example/fullchain.pem;
|
||||||
# ssl_certificate_key /etc/letsencrypt/live/git.evil-bird.ru/privkey.pem;
|
# ssl_certificate_key /etc/letsencrypt/live/your.domain.example/privkey.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user