mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-10 00:32:53 +08:00
OpenLiteSpeed Guide Linked
Just Linked the OLS guide as asked! Signed-off-by: Morrow Shore <97566823+MorrowShore@users.noreply.github.com>
This commit is contained in:
parent
36d8029457
commit
75d5a92ed5
1 changed files with 1 additions and 83 deletions
|
@ -243,93 +243,11 @@ You can get AIO running using the ACME DNS-challenge. Here is how to do it.
|
|||
<details>
|
||||
|
||||
<summary>click here to expand</summary>
|
||||
<br>
|
||||
Here's how you can set up a name-based reverse proxy to your nextcloud on an OpenLiteSpeed server.<br><sub>Courtesy of Ruikai Wang from the LiteSpeed team, and Morrow Shore.</sub>
|
||||
<br><br>
|
||||
|
||||
1. Access your OpenLiteSpeed dashboard.
|
||||
|
||||
OpenLiteSpeed panel is installed on port 7080 per default.
|
||||
<br> You can access it by visiting <server's_IP>:7080
|
||||
|
||||
2. Create a new VHost.
|
||||
|
||||
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` <br>
|
||||
And enable both Restrained and Scripts/ExtApps
|
||||
|
||||

|
||||
|
||||
If you'd like to change the address of Virtual Host Root or Document Root, make sure they actually exist in the server!
|
||||
|
||||
4. Edit the new VHost.
|
||||
|
||||
Now, we must inflict some changes to the Virtual Host we just created, so click on your new VHost!
|
||||
|
||||

|
||||
|
||||
5. First check the basic tab to make sure everything's alright.
|
||||
|
||||

|
||||
|
||||
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!
|
||||
|
||||

|
||||
|
||||
7. Create an "External Aplication"
|
||||
|
||||

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

|
||||
|
||||
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"
|
||||
|
||||

|
||||
|
||||
Set the new Context to proxy and procceed
|
||||
|
||||

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

|
||||
|
||||
9. Go to the Listener settings
|
||||
|
||||

|
||||
|
||||
Add a new Virtual Host Mapping
|
||||

|
||||
|
||||
Now select your nextcloud VHost and write in your desired address
|
||||
|
||||

|
||||
|
||||
10. Congratulations.
|
||||
|
||||
Just do a gradeful restart by pressing on this green restart icon, and you should be good to go.
|
||||
|
||||

|
||||
|
||||
|
||||
You can find the OpenLiteSpeed reverse proxy guide by @MorrowShore here: https://github.com/nextcloud/all-in-one/discussions/6370
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
### Citrix ADC VPX / Citrix Netscaler
|
||||
|
||||
<details>
|
||||
|
|
Loading…
Add table
Reference in a new issue