mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 22:46:55 +00:00
Merge pull request #1313 from TheManchineel/patch-1
rework NGINX reverse proxy docs to support CODE
This commit is contained in:
commit
9f2c74b030
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ server {
|
|||
listen 443 ssl;
|
||||
server_name <your-nc-domain>;
|
||||
location / {
|
||||
proxy_pass http://localhost:11000;
|
||||
proxy_pass http://localhost:11000$request_uri;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue