Revert "replace tabs by spaces, not rendered properly by GitHub"

This reverts commit f4cde19a0c.
This commit is contained in:
yflory 2023-09-05 13:02:16 +02:00
parent f4cde19a0c
commit 1cbd2a1e6f
1 changed files with 7 additions and 7 deletions

View File

@ -69,14 +69,14 @@ server {
add_header Cross-Origin-Embedder-Policy require-corp;
location / {
proxy_pass http://localhost:3000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 150m;
proxy_pass http://localhost:3000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 150m;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
}
}