← Back to team overview

openstack team mailing list archive

Re: Load Balancers for Swift with nginx and pound

 

Hi,

Because of the nginx problem ,so I change  to use pound ,but
...
but can not execute  post  or  upload

regarding pound: you have to enable the PUT method to upload objects. Simply add "xHTTP 2" in the section below:

User        "root"
Group       "root"
ListenHTTP
   Address 172.18.56.194
   Port    80
   xHTTP 2
End

This will enable PUT and DELETE methods (see http://linux.die.net/man/8/pound for further details).

But POST should work out of the box?

Cheers,

Christian




Follow ups

References