Skip to content

Commit

Permalink
fix upload request
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidecittadino committed Nov 9, 2020
1 parent 7bb330f commit 3730423
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ events {
http {
include /etc/nginx/mime.types;

client_max_body_size 200M;

##
# LOG
Expand Down
2 changes: 1 addition & 1 deletion nginx.vh.default.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server {
listen 80;
listen [::]:80;

client_max_body_size 200M;
#WebSocket reverse proxy configuration
location /hyperiot/ws {
resolver 127.0.0.1 [::1];
Expand Down

0 comments on commit 3730423

Please sign in to comment.