added proxy buffer size in nginx host config
This commit is contained in:
parent
57ecdafc25
commit
f4529ec913
@ -41,6 +41,9 @@ configure your apache vhosts to add a reverse proxy that will redirect the dev.m
|
||||
ProxyPassReverse / http://127.0.0.1:8880/
|
||||
ProxyRequests Off
|
||||
ProxyPreserveHost On
|
||||
proxy_buffer_size 128k;
|
||||
proxy_buffers 4 256k;
|
||||
proxy_busy_buffers_size 256k;
|
||||
</Virtualhost>
|
||||
```
|
||||
```
|
||||
@ -50,6 +53,9 @@ configure your apache vhosts to add a reverse proxy that will redirect the dev.m
|
||||
ProxyPassReverse / http://127.0.0.1:8881/
|
||||
ProxyRequests Off
|
||||
ProxyPreserveHost On
|
||||
proxy_buffer_size 128k;
|
||||
proxy_buffers 4 256k;
|
||||
proxy_busy_buffers_size 256k;
|
||||
</Virtualhost>
|
||||
```
|
||||
## Docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user