-
Notifications
You must be signed in to change notification settings - Fork 0
my ruby web site(lightweight)
asinbow/myweb_ruby
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Deploy:
use Apache
Append virtual host
#----------------------------------------------------------
<VirtualHost *:80>
DocumentRoot "/your/project/directory/public/"
<Directory "/your/project/directory/public/">
AllowOverride all
Options -MultiViews
</Directory>
ProxyPass /dw http://localhost/9915 # dynamic web server
ProxyPass /ws http://localhost/7321 # web socket server
</VirtualHost>
#----------------------------------------------------------
About
my ruby web site(lightweight)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published