debug: layer with logs added for debug allow_orrigin missing for dscrs.site domain fix back slash
This commit is contained in:
parent
0bbe1d428a
commit
aec67b9db8
|
@ -18,7 +18,7 @@ map $http_origin $allow_origin {
|
||||||
default "";
|
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;
|
inactive=60m use_temp_path=off;
|
||||||
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
limit_conn_zone $binary_remote_addr zone=addr:10m;
|
||||||
limit_req_zone $binary_remote_addr zone=req_zone:10m rate=20r/s;
|
limit_req_zone $binary_remote_addr zone=req_zone:10m rate=20r/s;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user