Parent Directory | Revision Log
- add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )
1 | misc | 176 | <VirtualHost *:80> |
2 | ServerName <%= vhost %> | ||
3 | Redirect / https://<%= vhost %>/ | ||
4 | </VirtualHost> |
ViewVC Help | |
Powered by ViewVC 1.1.30 |