mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
Update README.md (#71)
more secure way, also added some visibility ➡️ Click to expand ⬅️
This commit is contained in:
parent
0d2e35ae8e
commit
111e295f9c
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user