1
0
Fork 0
forked from exozyme/nginx

Remove keycloak

This commit is contained in:
Anthony Wang 2021-08-05 22:42:35 -05:00
parent b552d5aab2
commit bff7158efa
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -28,14 +28,6 @@ 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;
}