Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
5db7aa09a3
1 changed files with 9 additions and 1 deletions
  1. 9 1
      web/components/rules.html

+ 9 - 1
web/components/rules.html

@@ -48,7 +48,15 @@
                 <div class="ui divider"></div>
                 <span style="font-size: 1.2em; font-weight: 300;">Virtual Directory</span><br>
                 Example of virtual directory name: <br>
-                <code>/s1/home</code> <br>(Any access to {this_server}/s1/ will be proxy to the IP address below)<br>
+                <code>/s1/home/</code> <br>(Any access to {this_server}/s1/home/ will be proxy to the IP address below)<br>
+                You can also ignore the tailing slash for wildcard like usage.<br>
+                <code>/s1/room-</code> <br>Any access to {this_server}/s1/classroom_* will be proxied, for example: <br>
+                <div class="ui list">
+                    <div class="item"><code>/s1/room-101</code></div>
+                    <div class="item"><code>/s1/room-102/</code></div>
+                    <div class="item"><code>/s1/room-103/map.txt</code></div>
+                </div><br>
+                
                 <br>
             </div>
         </div>