mirror of https://github.com/MISP/misp-book
Correct display of code block for "How to redirect HTTP to HTTPS" paragraph
parent
8ed2e7790c
commit
ae522fc935
|
@ -292,7 +292,7 @@ If you already made sure that you copied the config file under the cakeresque di
|
|||
|
||||
#### How to redirect HTTP to HTTPS
|
||||
|
||||
```
|
||||
```
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin misp@misp.misp
|
||||
ServerName misp.misp.misp
|
||||
|
@ -330,5 +330,6 @@ If you already made sure that you copied the config file under the cakeresque di
|
|||
ServerSignature Off
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
(Taken from http://www.vanimpe.eu/2015/05/31/getting-started-misp-malware-information-sharing-platform-threat-sharing-part-3/)
|
||||
|
||||
|
|
Loading…
Reference in New Issue