Skip to content

Commit

Permalink
update nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 14, 2020
1 parent 250e0d6 commit 17ffa1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage3_homebridge/01-homebridge/files/hb-config
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ server {
# ssl_stapling on;
# ssl_stapling_verify on;
# large upload size to allow for uploading 3rd party backup files
client_max_body_size 2G;
error_page 502 /custom_502.html;
location /startup-status.json {
Expand Down
3 changes: 3 additions & 0 deletions stage3_homebridge/03-nginx/files/homebridge.local
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ server {
# ssl_stapling on;
# ssl_stapling_verify on;

# large upload size to allow for uploading 3rd party backup files
client_max_body_size 2G;

error_page 502 /custom_502.html;

location /startup-status.json {
Expand Down

0 comments on commit 17ffa1d

Please sign in to comment.