Add missing ;

This commit is contained in:
Luke Murphy 2020-09-22 13:44:34 +02:00
parent 583594b223
commit c3bbf78b0b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ server {
location / {
root /var/www/abra-installer;
add_header Content-Type text/plain;
index installer
index installer;
}
}