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;
|
try_files $uri $uri/ /owntracks/index.php?$args;
|
||||||
|
|
||||||
# Prevent useless logs
|
# Prevent useless logs
|
||||||
location = /__PATH__/favicon.ico {
|
location = __PATH__/favicon.ico {
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
location = /__PATH__/robots.txt {
|
location = __PATH__/robots.txt {
|
||||||
allow all;
|
allow all;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Owntracks",
|
"name": "Owntracks",
|
||||||
"id": "owntracks_ynh",
|
"id": "owntracks",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Owntracks (location history) package for YunoHost.",
|
"en": "Owntracks (location history) package for YunoHost.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue