mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
feat:#30 reactive URL parameters RoomOccupation
This commit is contained in:
@ -73,9 +73,10 @@ http {
|
||||
geo $admin {
|
||||
default 1;
|
||||
10.0.0.0/8 0; # Private Network
|
||||
192.168.0.0/24 0; # Localhost Network
|
||||
127.0.0.0/8 0; # Localhost Network
|
||||
192.168.0.0/16 0; # Localhost Network
|
||||
141.57.0.0/16 0; # HTWK Leipzig Network
|
||||
172.18.0.0/24 0; # Docker Internal Network
|
||||
172.16.0.0/12 0; # Private Network
|
||||
}
|
||||
|
||||
map $admin $limit_key {
|
||||
@ -154,7 +155,7 @@ http {
|
||||
proxy_cache_lock on;
|
||||
proxy_cache_use_stale timeout updating;
|
||||
add_header X-Proxy-Cache $upstream_cache_status;
|
||||
limit_req zone=modules burst=5 nodelay;
|
||||
limit_req zone=modules burst=30 nodelay;
|
||||
}
|
||||
|
||||
location /api/courses {
|
||||
|
Reference in New Issue
Block a user