From ff5820e4ac16a3cff6d93a3f75265c1ae7706679 Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Wed, 1 May 2024 22:15:54 +0200 Subject: [PATCH] Update route.conf --- etc/nginx/route.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/nginx/route.conf b/etc/nginx/route.conf index e29860c..0389018 100644 --- a/etc/nginx/route.conf +++ b/etc/nginx/route.conf @@ -96,11 +96,6 @@ proxy_pass http://$my_website; } - location /mimetypes { - expires modified +24h; - try_files $uri /mimetypes/application-octet-stream.svg; - } - location /terminals/ { proxy_read_timeout 1800s; # half one hour proxy_send_timeout 1800s; # half one hour