mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#7 added new folder structure and updated api in ical
This commit is contained in:
@ -52,6 +52,15 @@ http {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
location /api/feed {
|
||||
proxy_pass http://htwkalender-ical:8091;
|
||||
client_max_body_size 20m;
|
||||
proxy_connect_timeout 600s;
|
||||
proxy_read_timeout 600s;
|
||||
proxy_send_timeout 600s;
|
||||
send_timeout 600s;
|
||||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass http://htwkalender-backend:8090;
|
||||
client_max_body_size 20m;
|
||||
|
Reference in New Issue
Block a user