mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-01 10:25:33 +00:00
@ -7,8 +7,8 @@ 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)>
|
||||
<FilesMatch "^(xcatws.cgi|zvmxcatws.cgi)$">
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Files>
|
||||
</FilesMatch>
|
||||
|
||||
|
@ -5,7 +5,6 @@ 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)>
|
||||
<FilesMatch "^(xcatws.cgi|zvmxcatws.cgi)$">
|
||||
Require all granted
|
||||
</Files>
|
||||
|
||||
</FilesMatch>
|
||||
|
Reference in New Issue
Block a user