add Dockerfile into certbot, hardcod the port for certbot into nginx.conf file
This commit is contained in:
@@ -58,7 +58,7 @@ server {
|
||||
|
||||
# HTTP for certbot ssl certificate alterante port
|
||||
server {
|
||||
listen ${CERTBOT_PORT}; # альтернативный порт для Certbot
|
||||
listen 333; # альтернативный порт для Certbot
|
||||
location ~ /.well-known {
|
||||
allow all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user