Bump to v3.5.3+1.2.2

develop v3.5.3+1.2.2
Jeremy Kescher 2 years ago
parent 4886f1955b
commit 1eadfddbd2
No known key found for this signature in database
GPG Key ID: 48DFE4BB15BA5940

8
dist/nginx.conf vendored

@ -56,14 +56,6 @@ server {
try_files $uri @proxy;
}
location /web {
return 301 /$is_args$args;
}
location ~ ^/web(\/.*) {
return 301 $1$is_args$args;
}
# If Docker is used for deployment and Rails serves static files,
# then needed must replace line `try_files $uri =404;` with `try_files $uri @proxy;`.
location = /sw.js {

@ -25,7 +25,7 @@ module Mastodon
end
def suffix_version
'+1.2.1'
'+1.2.2'
end
def to_a

Loading…
Cancel
Save