minor: add missing semicolon
This commit is contained in:
parent
8658efa4d9
commit
3ee7f94194
|
@ -17,7 +17,7 @@ server {
|
|||
|
||||
location / {
|
||||
proxy_pass http://$keycloak:8080;
|
||||
include /etc/nginx/snippets/authelia-auth.conf
|
||||
include /etc/nginx/snippets/authelia-auth.conf;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Reference in New Issue