mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Add missing semicolon
This commit is contained in:
@@ -160,7 +160,7 @@ in
|
||||
"/previews/" = {
|
||||
root = "/var/www/archtika-websites/previews";
|
||||
index = "index.html";
|
||||
tryFiles = "$uri $uri/ $uri.html =404"
|
||||
tryFiles = "$uri $uri/ $uri.html =404";
|
||||
};
|
||||
"/api/" = {
|
||||
proxyPass = "http://localhost:${toString cfg.apiPort}/";
|
||||
|
||||
Reference in New Issue
Block a user