add Dockerfile into certbot, hardcod the port for certbot into nginx.conf file

This commit is contained in:
2025-05-28 13:12:12 +03:00
parent be0c9ed5a1
commit d264153f46
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -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;
}