Update README.md (#71)

more secure way, also added some visibility   ➡️ Click to expand ⬅️
This commit is contained in:
Zzzz 2023-11-25 12:15:52 +07:00 committed by GitHub
parent 0d2e35ae8e
commit 111e295f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,9 @@ From Nginx Proxy Manager:
- Request new SSL certificate - Request new SSL certificate
<details> <details>
<summary>From Nginx Proxy config:</summary> <summary>Nginx Proxy config
➡️ Click to expand ⬅️
</summary>
``` ```
server { server {
@ -88,7 +90,7 @@ location / {
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_pass http://localhost:7000; proxy_pass http://127.0.0.1:7000;
client_max_body_size 0; client_max_body_size 0;
proxy_max_temp_file_size 0; proxy_max_temp_file_size 0;