fix(docker): remove fastapi rewrite rule

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-01-15 20:19:58 -08:00
parent 0f4ead759c
commit 34a29df1a8
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -94,8 +94,6 @@ http {
ssl_certificate /etc/ssl/certs/web.cert.pem;
ssl_certificate_key /etc/ssl/private/web.key.pem;
rewrite ^/(.*)/$ /$1 permanent;
location ~ ^/[^\/]+\.gz$ {
# Override mime type to text/plain.
types { text/plain gz; }