mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-09 15:28:01 +00:00
Update reverse-proxy.md
Signed-off-by: Morrow Shore <97566823+MorrowShore@users.noreply.github.com>
This commit is contained in:
parent
7109925d73
commit
36d8029457
1 changed files with 11 additions and 4 deletions
|
|
@ -260,7 +260,8 @@ Here's how you can create a new Virtual Host:
|
|||
3. **Fill in things according to this information.**
|
||||
|
||||
Host root being `/usr/local/lsws/Example/` <br>
|
||||
And the config being `/usr/local/lsws/conf/vhosts/nextcloud.conf`
|
||||
And the config being `/usr/local/lsws/conf/vhosts/nextcloud.conf` <br>
|
||||
And enable both Restrained and Scripts/ExtApps
|
||||
|
||||

|
||||
|
||||
|
|
@ -276,7 +277,9 @@ Now, we must inflict some changes to the Virtual Host we just created, so click
|
|||
|
||||

|
||||
|
||||
6. Add these to the general tab.
|
||||
6. Add Document Root and Domain Name in the general tab.<br>
|
||||
The document Root should be `/usr/local/lsws/nextcloud/html/`<br>
|
||||
And the domain name should be where you'd like your nextcloud to be!
|
||||
|
||||

|
||||
|
||||
|
|
@ -284,9 +287,13 @@ Now, we must inflict some changes to the Virtual Host we just created, so click
|
|||
|
||||

|
||||
|
||||
Select Web Server and procceed
|
||||
|
||||

|
||||
|
||||
Fill it out accordingly and save
|
||||
Name it `nextcloud`<br>
|
||||
Define the address as the default `127.0.0.1:11000`, or what you selected during installation
|
||||
|
||||

|
||||
|
||||
8. In the same Vhost, Create a "Context"
|
||||
|
|
@ -297,7 +304,7 @@ Set the new Context to proxy and procceed
|
|||
|
||||

|
||||
|
||||
Add "/" as URI or address as URI and select your nextcloud web server
|
||||
Add "/" as URI, and select your nextcloud web server
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue