minor: add missing semicolon

This commit is contained in:
Lukáš Kucharczyk 2021-06-20 20:35:08 +02:00
parent 8658efa4d9
commit 3ee7f94194
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 1 additions and 1 deletions

View File

@ -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;