From 098f7a14b887ee88db189144d367e20c730d1102 Mon Sep 17 00:00:00 2001 From: bashrc <67870127+bashrc2@users.noreply.github.com> Date: Wed, 22 Sep 2021 10:00:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 4874ea0a5..f7304bafe 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,6 @@ server { location / { proxy_http_version 1.1; client_max_body_size 31M; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forward-For $proxy_add_x_forwarded_for; @@ -185,10 +183,6 @@ server { proxy_redirect off; proxy_request_buffering off; proxy_buffering off; - location ~ ^/accounts/(avatars|headers)/(.*).(png|jpg|gif|webp|svg) { - expires 1d; - proxy_pass http://localhost:7156; - } proxy_pass http://localhost:7156; } }