Skip to content

webpolis/spring-angular-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors