mirror of
https://github.com/YunoHost-Apps/soapbox_ynh.git
synced 2024-09-03 20:26:11 +02:00
fix
This commit is contained in:
parent
60dc8af54b
commit
d50a7624ab
2 changed files with 2 additions and 6 deletions
|
@ -24,12 +24,7 @@ location __PATH__/ {
|
|||
deny all;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
||||
|
||||
location ~ ^/(api|.well-known|nodeinfo|proxy|media|emoji|oauth|favicon.*) {
|
||||
|
||||
proxy_pass $scheme://127.0.0.1$request_uri;
|
||||
# proxy_redirect $scheme://__DOMAIN__$request_uri $scheme://soapbox.g0v.moe$request_uri;
|
||||
proxy_set_header Host __BACKEND__;
|
||||
|
@ -39,4 +34,6 @@ location __PATH__/ {
|
|||
# return 308 $scheme://__DOMAIN__$request_uri;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
|
|
@ -46,7 +46,6 @@ ram.runtime = "50M"
|
|||
format = "zip"
|
||||
extract = true
|
||||
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Add table
Reference in a new issue