diff --git a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf index 2e09bd682..80ed074c4 100644 --- a/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf +++ b/tandoor_recipes/rootfs/etc/nginx/servers/ingress.conf @@ -30,14 +30,5 @@ server { add_header Access-Control-Allow-Origin *; proxy_set_header Accept-Encoding ""; } - - location /media/ { - alias %%ingress_entry%%/mediafiles/; - client_max_body_size 16M; - } - - location /static/ { - alias %%ingress_entry%%/staticfiles/; - client_max_body_size 16M; - } + }