Medusa disable http auth

Hi everybody,

I have just a trouble with Medusa. I want use it with nzb360, but the easiest way is to disable the http auth and use only the medusa auth. But I don’t know how make it.
With radar, I have juste comment this:
#AuthType Digest
#AuthName "rutorrent"
#AuthUserFile '/etc/htpasswd'
#Require user <username>
and add this:
Satisfy Any
Allow from all
Require all granted
And it’s work pretty well.
But the reverse proxy of medusa is more complexe and it’s doesn’t work. I have tried to make the same things.
Do you have any solutions?

Thanks

dzodua