mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-23 14:44:19 +01:00
add listen 80; to nginx configs
This commit is contained in:
@@ -29,6 +29,7 @@ sudo certbot certonly -a standalone -m $EMAIL --agree-tos \
|
||||
|
||||
echo "\
|
||||
server {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
server_name $SUBDOMAIN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user