Connect nextcloud to the internet through a proxy

My company has very strict firewall rules and a proxy over it; how can I connect nextcloud to the application repository through the proxy, because applications are not activated.

Hi,

I think this is what you are looking for:

'proxy' => '',

The URL of your proxy server, for example proxy.example.com:8081 .
Defaults to '' (empty string)

'proxyuserpwd' => '',

The optional authentication for the proxy to use to connect to the internet.
The format is: username:password .
Defaults to '' (empty string)

https://docs.nextcloud.com/server/13/admin_manual/configuration_server/config_sample_php_parameters.html#proxy-configurations

Ohh, thanks from Cuba, this work for me

1 Like

This topic was automatically closed 25 days after the last reply. New replies are no longer allowed.