diff --git a/README.md b/README.md index f1eafce..a46015d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -48,4 +48,4 @@ or sudo yunohost app upgrade lingva -u https://github.com/YunoHost-Apps/lingva_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 6accd09..26385e6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ diff --git a/conf/nginx.conf b/conf/nginx.conf index f884327..a4c4d1f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - proxy_set_header Host $http_host; + proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:__PORT____PATH__; diff --git a/manifest.toml b/manifest.toml index 049947f..97b5065 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,6 +43,7 @@ ram.runtime = "50M" url = "https://github.com/thedaviddelta/lingva-translate/archive/0190ea5da9fbccba51e82184ca855c4ef5728fc7.tar.gz" sha256 = "157657aba6b2c3866105707560199dadcf7268514320c81a4a4a4b10c17333fc" in_subdir = true + autoupdate.strategy = "latest_github_commit" [resources.system_user]