Hi,
Iād like to secure my nextcloud as much as possible. Iām trying to use the nginx configuration given in Nginx configuration documentation.
My nextcloud instance runs within a docker.
So Iāve copy/paste everything in the config file given in the doc, and Iāve just added
location / {
proxy_pass http://127.0.0.1:8080;
}
I guess thatās not the right way, because I get a lot of errors with the Security Check.
Where should I put my proxy_pass ?
Thanks,
Djokx