mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Upgrade v2023.12.6
This commit is contained in:
parent
3f17125d7c
commit
443a7eab62
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location ^__PATH__/ {
|
||||
location __PATH__/ {
|
||||
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
proxy_set_header Host $host;
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Iceshrimp"
|
|||
description.en = "Decentralized and federated social networking service"
|
||||
description.fr = "Service de réseau social décentralisé et fédéré"
|
||||
|
||||
version = "2023.12.5~ynh1"
|
||||
version = "2023.12.6~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue