2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Delete xcat-ws.conf.apache2

This commit is contained in:
Chuck Brazie 2017-08-30 08:00:44 -04:00 committed by GitHub
parent c04433df0f
commit 39454c1205

View File

@ -1,14 +0,0 @@
LoadModule rewrite_module /usr/lib64/apache2-prefork/mod_rewrite.so
# Redirect all http request to https
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTPS} !=on
RewriteRule ^/?xcatws/(.*) https://%{SERVER_NAME}/xcatws/$1 [R,L]
RewriteRule ^/?xcatwsv2/(.*) https://%{SERVER_NAME}/xcatwsv2/$1 [R,L]
<Files (xcatws.cgi|zvmxcatws.cgi)>
Order allow,deny
Allow from all
</Files>