|
|
@ -12,7 +12,7 @@ |
|
|
|
ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket |
|
|
|
ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket |
|
|
|
ProxyPass /socket.io/ http://localhost:8888/socket.io/ |
|
|
|
ProxyPass /socket.io/ http://localhost:8888/socket.io/ |
|
|
|
ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/ |
|
|
|
ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/ |
|
|
|
AliasMatch ^/(\d{10}/)?((js|css|img|fonts|snd)/.*) /opt/devroom/public/$2 |
|
|
|
AliasMatch ^/(\d{10}/)?((js|css|img|fonts|snd)/.*) /opt/vroom/public/$2 |
|
|
|
RewriteEngine On |
|
|
|
RewriteEngine On |
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f |
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f |
|
|
|
RewriteRule ^/(\d{10}/)?(js|css|img|fonts|snd)/(.*)$ /$2/$3 [L] |
|
|
|
RewriteRule ^/(\d{10}/)?(js|css|img|fonts|snd)/(.*)$ /$2/$3 [L] |
|
|
|