From 36d802945778b827fb59bb70164e740ca3458eed Mon Sep 17 00:00:00 2001
From: Morrow Shore <97566823+MorrowShore@users.noreply.github.com>
Date: Wed, 30 Apr 2025 12:21:02 +0000
Subject: [PATCH] Update reverse-proxy.md
Signed-off-by: Morrow Shore <97566823+MorrowShore@users.noreply.github.com>
---
reverse-proxy.md | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/reverse-proxy.md b/reverse-proxy.md
index 042b948c..1200ddbb 100644
--- a/reverse-proxy.md
+++ b/reverse-proxy.md
@@ -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/`
-And the config being `/usr/local/lsws/conf/vhosts/nextcloud.conf`
+And the config being `/usr/local/lsws/conf/vhosts/nextcloud.conf`
+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.
+The document Root should be `/usr/local/lsws/nextcloud/html/`
+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`
+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
