forked from exozyme/nginx
Move Keycloak config to main domain
This commit is contained in:
parent
de1ca3f1e7
commit
ed4286bc28
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ server {
|
|||
return 301 https://social.exozy.me$request_uri;
|
||||
}
|
||||
|
||||
location /auth {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
}
|
||||
|
||||
location /howtuwu {
|
||||
alias /srv/http/exozy.me/howtuwu/public;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue