1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Updates path_url

This commit is contained in:
Limezy 2021-11-14 23:33:38 +07:00
parent 65a97a76f4
commit 338979fed5
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ REDIS_URL=redis://localhost:6379
# URL should point to the fully qualified, publicly accessible URL. If using a
# proxy the port in URL and PORT may be different.
URL=https://__DOMAIN__
URL=https://__DOMAIN__/__PATH__
PORT=__PORT__
# See [documentation](docs/SERVICES.md) on running a separate collaboration

View file

@ -1,4 +1,4 @@
location / {
location __PATH__/ {
# Force usage of https
if ($scheme = http) {

View file

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