Add missing ;

This commit is contained in:
Luke Murphy
2020-09-22 13:44:34 +02:00
parent 583594b223
commit c3bbf78b0b
+1 -1
View File
@@ -5,6 +5,6 @@ server {
location / { location / {
root /var/www/abra-installer; root /var/www/abra-installer;
add_header Content-Type text/plain; add_header Content-Type text/plain;
index installer index installer;
} }
} }