1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00

Fix typos

This commit is contained in:
tituspijean 2018-02-19 22:50:59 +01:00
parent 06ae8d710a
commit 95dad3decc
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "Owntracks",
"id": "owntracks_ynh",
"id": "owntracks",
"packaging_format": 1,
"description": {
"en": "Owntracks (location history) package for YunoHost.",