From 95dad3decc307e5ddbf35e309a1dfac7ea13d363 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 19 Feb 2018 22:50:59 +0100 Subject: [PATCH] Fix typos --- conf/nginx.conf | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 70d247c..00501d7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,11 +11,11 @@ location __PATH__ { try_files $uri $uri/ /owntracks/index.php?$args; # Prevent useless logs - location = /__PATH__/favicon.ico { + location = __PATH__/favicon.ico { log_not_found off; access_log off; } - location = /__PATH__/robots.txt { + location = __PATH__/robots.txt { allow all; log_not_found off; access_log off; diff --git a/manifest.json b/manifest.json index f5c76e4..a4568e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Owntracks", - "id": "owntracks_ynh", + "id": "owntracks", "packaging_format": 1, "description": { "en": "Owntracks (location history) package for YunoHost.",