diff options
author | Wolfy-J <[email protected]> | 2018-06-10 17:04:02 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 17:04:02 +0300 |
commit | 3fe85e9d92f5f98337e8f7fd9a14e6b66b9694bd (patch) | |
tree | 2575fbba16df4f95dd392f231ad7d7b30a5dd4ef /service/http/config.go | |
parent | 4c292ee46f5505b00b16186e8f30e9bc1be25895 (diff) |
http service
Diffstat (limited to 'service/http/config.go')
-rw-r--r-- | service/http/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/config.go b/service/http/config.go index b828eb08..efcaae30 100644 --- a/service/http/config.go +++ b/service/http/config.go @@ -17,7 +17,7 @@ type Config struct { MaxRequest int64 // Uploads configures uploads configuration. - Uploads *FsConfig + Uploads *UploadsConfig // Workers configures roadrunner server and worker pool. Workers *roadrunner.ServerConfig |