some work done on the running of the model
This commit is contained in:
@@ -13,6 +13,8 @@ http {
|
||||
server {
|
||||
listen 8000;
|
||||
|
||||
client_max_body_size 1G;
|
||||
|
||||
location / {
|
||||
proxy_http_version 1.1;
|
||||
proxy_pass http://127.0.0.1:5001;
|
||||
|
||||
Reference in New Issue
Block a user