resolver
All checks were successful
Deploy / CreateImage (push) Successful in 39s
Deploy / DeployService (push) Successful in 21s

This commit is contained in:
skeris 2025-03-28 17:04:58 +03:00
parent cd6e19a417
commit 407884a1f2

@ -897,6 +897,7 @@ server {
index index.html index.htm index.nginx-debian.html; index index.html index.htm index.nginx-debian.html;
server_name hub.pena.digital; # managed by Certbot server_name hub.pena.digital; # managed by Certbot
resolver 10.89.1.1 valid=10s;
client_max_body_size 70M; client_max_body_size 70M;
location /robots.txt { location /robots.txt {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;