DEV: Remove unused lines (#28940)

We don't support puma at all
This commit is contained in:
Alan Guo Xiang Tan 2024-09-17 13:46:01 +08:00 committed by GitHub
parent 0923f5e3a7
commit d7a46e1702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,6 @@ proxy_buffers 4 32k;
# Discourse itself tries to minimise cookie size, but we cannot control other cookies set by other tools on the same domain.
large_client_header_buffers 4 32k;
# If you are going to use Puma, use these:
#
# upstream discourse {
# server unix:/var/www/discourse/tmp/sockets/puma.sock;
# }
# attempt to preserve the proto, must be in http context
map $http_x_forwarded_proto $thescheme {
default $scheme;