https://github.com/webpolis/spring-angular-websocket
https://github.com/webpolis/spring-angular-websocket
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webpolis/spring-angular-websocket
- Owner: webpolis
- Created: 2015-10-27T14:27:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T15:35:05.000Z (over 10 years ago)
- Last Synced: 2025-03-04T23:42:15.054Z (over 1 year ago)
- Language: Java
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Apache configuration
Add the following to the virtual host configuration in Apache server:
```
RewriteCond %{REQUEST_URI} ^/api/socket/$
RewriteRule ^/(.*) ws://localhost:8888/$1 [P,L]
```