mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 17:48:49 +02:00
fix:#36 reorder limits
This commit is contained in:
@ -155,8 +155,8 @@ http {
|
|||||||
server_name htwkalender.de;
|
server_name htwkalender.de;
|
||||||
|
|
||||||
location /api/feed {
|
location /api/feed {
|
||||||
limit_req zone=feed burst=10 nodelay;
|
|
||||||
limit_req zone=createFeed nodelay;
|
limit_req zone=createFeed nodelay;
|
||||||
|
limit_req zone=feed burst=10 nodelay;
|
||||||
proxy_pass http://htwkalender-ical:8091;
|
proxy_pass http://htwkalender-ical:8091;
|
||||||
client_max_body_size 2m;
|
client_max_body_size 2m;
|
||||||
proxy_connect_timeout 600s;
|
proxy_connect_timeout 600s;
|
||||||
@ -192,8 +192,8 @@ http {
|
|||||||
ssl_certificate_key cal.htwk-leipzig.de.key.pem;
|
ssl_certificate_key cal.htwk-leipzig.de.key.pem;
|
||||||
|
|
||||||
location /api/feed {
|
location /api/feed {
|
||||||
limit_req zone=feed burst=10 nodelay;
|
|
||||||
limit_req zone=createFeed nodelay;
|
limit_req zone=createFeed nodelay;
|
||||||
|
limit_req zone=feed burst=10 nodelay;
|
||||||
proxy_pass http://htwkalender-ical:8091;
|
proxy_pass http://htwkalender-ical:8091;
|
||||||
client_max_body_size 2m;
|
client_max_body_size 2m;
|
||||||
proxy_connect_timeout 600s;
|
proxy_connect_timeout 600s;
|
||||||
|
Reference in New Issue
Block a user