Compare commits
No commits in common. "28e9d695711edf977474c332863ef7fd218675fd" and "5c8e28ddb5aacc53609f930395dd8053dc670cd3" have entirely different histories.
28e9d69571
...
5c8e28ddb5
2 changed files with 1 additions and 6 deletions
|
@ -19,10 +19,5 @@ if test "$DELTA" -gt 86400
|
|||
then
|
||||
python3 -m pip --require-virtualenv install pip wheel --upgrade
|
||||
python3 -m pip --require-virtualenv install -r requirements.txt --upgrade
|
||||
if test -e optional-requirements.txt
|
||||
then
|
||||
python3 -m pip --require-virtualenv install -r optional-requirements.txt --upgrade
|
||||
fi
|
||||
python3 -m pip --require-virtualenv install -r optional-requirements.txt --upgrade
|
||||
date +%s > .pip_upgrade_timestamp
|
||||
fi
|
||||
|
|
|
@ -21,7 +21,7 @@ http {
|
|||
server_names_hash_bucket_size 128;
|
||||
tcp_nopush on;
|
||||
client_max_body_size 32G;
|
||||
ssl_dhparam "/etc/ssl/certs/dhparam.pem";
|
||||
ssl_dhparam "/etc/nginx/dhparams.pem";
|
||||
|
||||
% if node.has_bundle('php'):
|
||||
upstream php-handler {
|
||||
|
|
Loading…
Reference in a new issue