mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
This commit is contained in:
@@ -13,5 +13,6 @@ server {
|
||||
location /api/ {
|
||||
rewrite /api/(.*) /$1 break;
|
||||
proxy_pass http://localhost:8000/;
|
||||
client_max_body_size 50m;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user