From 52c42e65a3bc676f29e0b80fa45701d9da9ffd3e Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 6 Jan 2020 09:57:03 +0000 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 33b4b81..353ecb1 100644 --- a/FAQ.md +++ b/FAQ.md @@ -44,4 +44,8 @@ Aphrodite has switched to .NET Core and a new webserver. It requires the follow proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; -``` \ No newline at end of file +``` + +Make sure you **do not** include `proxy_set_header Connection "Upgrade";` as suggested by the nginx documentation. **THIS WILL NOT WORK** + +See https://github.com/aspnet/AspNetCore/issues/17081 \ No newline at end of file