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:
parent
65a97a76f4
commit
338979fed5
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
location / {
|
||||
location __PATH__/ {
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue