Improve performance
This commit is contained in:
parent
df1e990ddd
commit
dfd1ca7358
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ server {
|
||||||
ssl_certificate_key /etc/ssl/$DOMAIN/key.pem;
|
ssl_certificate_key /etc/ssl/$DOMAIN/key.pem;
|
||||||
|
|
||||||
proxy_max_temp_file_size 0;
|
proxy_max_temp_file_size 0;
|
||||||
|
proxy_next_upstream off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://$UPSTREAM:8282;
|
proxy_pass http://$UPSTREAM:8282;
|
||||||
|
|
|
||||||
Reference in a new issue