diff --git a/reverse-proxy.md b/reverse-proxy.md
index ea9ac15a..042b948c 100644
--- a/reverse-proxy.md
+++ b/reverse-proxy.md
@@ -238,6 +238,91 @@ You can get AIO running using the ACME DNS-challenge. Here is how to do it.
+### OpenLiteSpeed
+
+
+
+click here to expand
+
+Here's how you can set up a name-based reverse proxy to your nextcloud on an OpenLiteSpeed server.
Courtesy of Ruikai Wang from the LiteSpeed team, and Morrow Shore.
+
+
+1. Access your OpenLiteSpeed dashboard.
+
+OpenLiteSpeed panel is installed on port 7080 per default.
+
You can access it by visiting :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/`
+And the config being `/usr/local/lsws/conf/vhosts/nextcloud.conf`
+
+
+
+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 these to the general tab.
+
+
+
+7. Create an "External Aplication"
+
+
+
+
+
+Fill it out accordingly and save
+
+
+8. In the same Vhost, Create a "Context"
+
+
+
+Set the new Context to proxy and procceed
+
+
+
+Add "/" as URI or address 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.
+
+
+
+
+
+
+
+
### Citrix ADC VPX / Citrix Netscaler