Self-hosted SSH Proxy: Difference between revisions

Updated page because we don't support http 1.0 anymore and nginx requests exactly that.
No edit summary
(Updated page because we don't support http 1.0 anymore and nginx requests exactly that.)
 
Line 64: Line 64:
         location / {
         location / {
                       proxy_pass        https://localhost:55443; # 55443 =configured listen port on multimeter
                       proxy_pass        https://localhost:55443; # 55443 =configured listen port on multimeter
                      proxy_http_version 1.1;
                     }
                     }
         client_max_body_size 200M; # for firmware uploads
         client_max_body_size 200M; # for firmware uploads
59

edits