1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

install in domain

This commit is contained in:
ericgaspar 2022-04-12 23:01:30 +02:00
parent e3736efc89
commit 19c436b401
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 9 deletions

View file

@ -1,5 +1,4 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
location / {
proxy_pass http://127.0.0.1:__PORT__/;
proxy_redirect off;

View file

@ -32,12 +32,6 @@
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/red",
"default": "/red"
},
{
"name": "is_public",
"type": "boolean",

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
path_url="/"
is_public=$YNH_APP_ARG_IS_PUBLIC
app=$YNH_APP_INSTANCE_NAME