Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
securityonion-elastic: add s route to Apache proxy config Security-On…
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Feb 5, 2019
1 parent 25fb74b commit ef7e89c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etc/apache2/sites-available/securityonion.conf
Expand Up @@ -164,6 +164,19 @@ SetEnv no-gzip dont-vary
ProxyPass http://127.0.0.1:5601/plugins
ProxyPassReverse http://127.0.0.1:5601/plugins
</Location>
<Location /s>
AuthType form
AuthName "Security Onion"
AuthFormProvider external
AuthExternal so-apache-auth-sguil
Session On
SessionCookieName session path=/;httponly;secure;
SessionCryptoPassphraseFile /etc/apache2/session
ErrorDocument 401 /login.html
Require valid-user
ProxyPass http://127.0.0.1:5601/s
ProxyPassReverse http://127.0.0.1:5601/s
</Location>
<Location /shorten>
AuthType form
AuthName "Security Onion"
Expand Down

0 comments on commit ef7e89c

Please sign in to comment.