mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-10 09:46:55 +00:00
Update nginx.md
This commit is contained in:
parent
810770388a
commit
6e489f65a9
@ -14,6 +14,10 @@ location / {
|
|||||||
|
|
||||||
proxy_pass http://127.0.0.1:8000;
|
proxy_pass http://127.0.0.1:8000;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
proxy_buffering off;
|
||||||
|
|
||||||
|
chunked_transfer_encoding off;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user