nginx conf: change spaces to tab

This commit is contained in:
creme 2020-02-18 09:59:51 +00:00
parent 3c512b5fd4
commit d8d6833300
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ server {
# maubot log
location /_matrix/maubot/v1/logs {
include proxy_params;
proxy_ssl_name $http_host;
proxy_ssl_server_name on;
include proxy_params;
proxy_ssl_name $http_host;
proxy_ssl_server_name on;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";