2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-24 20:52:08 +00:00
xcat-core/xCAT-server/xCAT-wsapi/xcat-ws.conf.httpd
2012-01-12 02:44:51 +00:00

5 lines
131 B
Plaintext

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} xcatws
RewriteRule ^(.*)$ https://%{SERVER_NAME}$1 [R,L]