xcat-core/xCAT-server/xCAT-wsapi/xcat-ws.conf.httpd

5 lines
131 B
Plaintext
Raw Normal View History

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