updated name
This commit is contained in:
parent
33d630685b
commit
c6c947ce3c
8
horizon/.gitignore
vendored
8
horizon/.gitignore
vendored
@ -1,8 +0,0 @@
|
|||||||
# ---> Vim
|
|
||||||
[._]*.s[a-w][a-z]
|
|
||||||
[._]s[a-w][a-z]
|
|
||||||
*.un~
|
|
||||||
Session.vim
|
|
||||||
.netrwhist
|
|
||||||
*~
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
RedirectMatch "^/$" "/horizon"
|
RedirectMatch "^/$" "/horizon"
|
||||||
ServerName oscloudtest01.hpc.rug.nl
|
ServerName merlin.hpc.rug.nl
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
<VirtualHost *:443>
|
<VirtualHost *:443>
|
||||||
RedirectMatch "^/$" "/horizon"
|
RedirectMatch "^/$" "/horizon"
|
||||||
ServerName oscloudtest01.hpc.rug.nl
|
ServerName merlin.hpc.rug.nl
|
||||||
|
|
||||||
SSLEngine On
|
SSLEngine On
|
||||||
SSLCertificateFile "/certs/oscloudtest01.hpc.rug.nl.crt"
|
SSLCertificateFile "/certs/merlin.hpc.rug.nl.crt"
|
||||||
SSLCertificateKeyFile "/certs/oscloudtest01.hpc.rug.nl.key"
|
SSLCertificateKeyFile "/certs/merlin.hpc.rug.nl.key"
|
||||||
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
|
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
|
||||||
|
|
||||||
# HTTP Strict Transport Security (HSTS) enforces that all communications
|
# HTTP Strict Transport Security (HSTS) enforces that all communications
|
||||||
|
Loading…
Reference in New Issue
Block a user