mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #448] Nextcloud Nginx Conf #377
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#377
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wuast94 on GitHub (Jun 6, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/448
How can I add the nginx conf example from nextcloud docs? https://docs.nextcloud.com/server/19/admin_manual/installation/nginx.html
when I add most of this in advanced in webui it works.
but when I add some things wich contains locations I don't get it to work:
this all. seems not to work for me :/ (as an example)
@theraw commented on GitHub (Jun 8, 2020):
and why would you try to add those locations on first place?!
It's a reverse proxy it means it doesn't require any extra config for custom scripts like wordpress, laravel, nextcloud, etc.
This is the same as cloudflare nothing is different for as time as you are doing only reverse proxy with this you don't have to apply any extra config or search "nextcloud nginx config" only because you are using nginx.
You aren't using nginx for a web server you are using nginx for reverse proxy so don't add any kind of extra nginx config
here's my example totally working fine https://*******.nl and i don't have any kind of custom locations as you're trying to do on my nginx proxy manager.
@groundglass commented on GitHub (Jun 13, 2020):
I am running Nextcloud ver 19
This is what works for me in NPM:
In Advanced
With this setting I got no security errors/warnings in NC->Settings->Admin->Security & setup warnings
@Neeham commented on GitHub (Dec 13, 2020):
In my case, I was still getting an error but after removing the :$server_port it worked. I am assuming this is because the proxy host is already port forwarding when accessing /remote.php/dav
Putting this under Advanced worked for me:
@talesam commented on GitHub (Mar 6, 2021):
Where are you using this setting?
How's your docker-compose.yml? I've tried it in several ways and it's not working for me to use the nextcloud: fmp image, I get error 502.
I'm running nmp on one docker-compose file and the nextcloud on another.
If anyone can help me..
My docker-compose file:
This is network the proxy npm:
@spirkaa commented on GitHub (Apr 11, 2021):
Nextcloud 21
@talesam commented on GitHub (Apr 11, 2021):
Where do you put this? in the advanced part of npm?
Can I see what your docker-compose.yml looks like?
@spirkaa commented on GitHub (Apr 11, 2021):
Yes, in the Advanced part of npm. I don't have docker-compose, i'm using ansible with unofficial all-in-one image
wonderfall/nextcloud@talesam commented on GitHub (Apr 11, 2021):
I'm using the latest image that comes with apache, I wanted to test with nginx.
I´m using: