diff options
| author | Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> | 2022-01-06 15:53:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 15:53:14 +0100 |
| commit | 79914a6f08ad0b16774785f3d491f9567bc1de2d (patch) | |
| tree | 3ccb0febe099bd46d73e4a4bbd032327c9f33cd3 /conf | |
| parent | df3848850ebfb1fabc58858e2559a841b40ac9e4 (diff) | |
| parent | dac17de1453a284095fa5a5e2412b553f28a83af (diff) | |
| download | mastodon_ynh-79914a6f08ad0b16774785f3d491f9567bc1de2d.tar.gz mastodon_ynh-79914a6f08ad0b16774785f3d491f9567bc1de2d.tar.bz2 mastodon_ynh-79914a6f08ad0b16774785f3d491f9567bc1de2d.zip | |
Merge pull request #289 from Tagadda/fix-install
Upgrade to 3.4.4
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/app.src | 5 | ||||
| -rw-r--r-- | conf/nginx.conf | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/conf/app.src b/conf/app.src index dcbcb48..1c9fc19 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,6 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.1.tar.gz -SOURCE_SUM=9e449805ea78afa62fee8ab31a427dee57b50cdb391335d4986d10e611103fbd +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.4.tar.gz +SOURCE_SUM=567e57cc9d35306cbd708a33bc0bf1adf7981f3706ca4eced0d0c2b4f980034d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 866fcc7..19c2c01 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,11 +6,6 @@ root __FINALPATH__/live/public; location / { - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - proxy_set_header Accept-Encoding ""; try_files $uri @proxy; |
