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:
parent
06ae8d710a
commit
95dad3decc
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Owntracks",
|
||||
"id": "owntracks_ynh",
|
||||
"id": "owntracks",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Owntracks (location history) package for YunoHost.",
|
||||
|
|
Loading…
Reference in a new issue