mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): remove fastapi rewrite rule
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
0f4ead759c
commit
34a29df1a8
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue