Skip to content

Commit

Permalink
Update route.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored May 1, 2024
1 parent f2a7fea commit ff5820e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions etc/nginx/route.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff5820e

Please sign in to comment.