mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
Bring back ssl.
This commit is contained in:
parent
412b4b1dd3
commit
287494ee75
@ -13,7 +13,9 @@ server {
|
|||||||
return 301 https://shop.bcbc.bike$request_uri;
|
return 301 https://shop.bcbc.bike$request_uri;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
|
# resolver 127.0.0.11 ipv6=off;
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
# listen 80;
|
||||||
server_name shop.bcbc.bike;
|
server_name shop.bcbc.bike;
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/shop.bcbc.bike/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/shop.bcbc.bike/fullchain.pem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user