removing limits for arti24.eu ?
This commit is contained in:
parent
e89d65db20
commit
729d749127
|
|
@ -1,4 +1,3 @@
|
||||||
limit_req_zone $binary_remote_addr zone=ip_limit:10m rate=2r/s;
|
|
||||||
server {
|
server {
|
||||||
|
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
@ -19,9 +18,6 @@ server {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
||||||
# Ograniczenie liczby żądań
|
|
||||||
limit_req zone=ip_limit burst=20 nodelay;
|
|
||||||
|
|
||||||
proxy_pass http://arti-angular-app:4200;
|
proxy_pass http://arti-angular-app:4200;
|
||||||
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue