You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**[vhost-gen](bin/vhost-gen)** will dynamically generate **vhost** or **reverse proxy** configuration files for Apache 2.2, Apache 2.4 and Nginx depending on what you have set in [conf.yml](etc/conf.yml). This makes it easy to switch between different web servers while keeping the exact same functionality.
24
+
**[vhost-gen](bin/vhost-gen)** will dynamically generate **vhost** or **reverse proxy**(with or without **websocket support**) configuration files for Apache 2.2, Apache 2.4 and Nginx depending on what you have set in [conf.yml](etc/conf.yml). This makes it easy to switch between different web servers while keeping the exact same functionality.
25
25
26
26
---
27
27
@@ -138,7 +138,7 @@ If you are not satisfied with the default definitions for the webserver configur
138
138
139
139
#### Supported Features
140
140
141
-
* Document serving vHost or Reverse Proxy
141
+
* Document serving vHost or Reverse Proxy (with or w/o websocket support)
142
142
* Custom server name
143
143
* Custom document root
144
144
* Custom access log name
@@ -248,8 +248,9 @@ in /etc/vhost-gen/conf.yml
248
248
249
249
Required arguments:
250
250
-p|r <str> You need to choose one of the mutually exclusive arguments.
251
-
-p: Path to document root/
251
+
-p: Path to document root.
252
252
-r: http(s)://Host:Port for reverse proxy.
253
+
-r: ws(s)://Host:Port for reverse proxy with websocket support.
253
254
Depening on the choice, it will either generate a document serving
254
255
vhost or a reverse proxy vhost.
255
256
Note, when using -p, this can also have a suffix directory to be set
0 commit comments