serving index.html
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./certbot/conf:/etc/letsencrypt
|
||||
- ./certbot/www:/var/www/certbot
|
||||
- ./html:/usr/share/nginx/html
|
||||
- ./html/:/etc/nginx/html:ro
|
||||
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
|
||||
@@ -14,9 +14,5 @@ http {
|
||||
location ~ /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://helloworld:8000/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user