debug: layer with logs added for debug allow_orrigin missing for dscrs.site domain fix back slash
All checks were successful
Deploy on push / deploy (push) Successful in 59s

This commit is contained in:
Stepan Vladovskiy 2025-01-26 16:52:44 -03:00
parent c78677996d
commit 83cdb36ff5

View File

@ -18,7 +18,7 @@ map $http_origin $allow_origin {
default "";
}
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=my_cache:10m max_size=1g \
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=my_cache:10m max_size=1g
inactive=60m use_temp_path=off;
limit_conn_zone $binary_remote_addr zone=addr:10m;
limit_req_zone $binary_remote_addr zone=req_zone:10m rate=20r/s;