Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ishtar
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anunna
Ishtar
Commits
404b7539
Commit
404b7539
authored
2 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Remove old config.
parent
3347ba30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/templates/apache_keycloak.conf.j2
+0
-29
0 additions, 29 deletions
ansible/templates/apache_keycloak.conf.j2
with
0 additions
and
29 deletions
ansible/templates/apache_keycloak.conf.j2
deleted
100644 → 0
+
0
−
29
View file @
3347ba30
<VirtualHost *:80>
ServerName auth.aesir.wurnet.nl
RewriteEngine On
RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
</VirtualHost>
<VirtualHost *:443>
ServerName auth.aesir.wurnet.nl
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/aesir.wurnet.nl/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/aesir.wurnet.nl/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/aesir.wurnet.nl/chain.pem
ServerAdmin webmaster@localhost
ErrorLog ${APACHE_LOG_DIR}/keycloak_error.log
CustomLog ${APACHE_LOG_DIR}/keycloak_access.log combined
ReWriteEngine on
ProxyPreserveHost On
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "443"
Header always unset X-Frame-Options
ProxyPass "/" "http://localhost:8564/"
ProxyPassReverse "/" "http://localhost:8564/"
<LocationMatch "(/|/admin/|/welcome/|/metrics|/health)$">
deny from all
allow from 127.0.0.1
</LocationMatch>
</VirtualHost>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment