Is it possible to override home path ? #555
-
i've test with docker PasswordPusher and it's great |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
i've just seen you've done the 304_relative_root |
Beta Was this translation helpful? Give feedback.
-
Sure - I'll merge & release #306 soon. |
Beta Was this translation helpful? Give feedback.
-
#306 has been merged and released. v1.21.0 Docker containers are building now. Not sure if it will be helpful, but there is also a simple nginx & Password Pusher example here. Let me know if you hit any issues! |
Beta Was this translation helpful? Give feedback.
-
Summarising as a designated answer for this discussion. You can configure the application to run in a subfolder by setting the With a setting of This option is available since release v1.21.0. See also the nginx & Password Pusher example here. |
Beta Was this translation helpful? Give feedback.
Summarising as a designated answer for this discussion.
You can configure the application to run in a subfolder by setting the
relative_root
option inconfig/settings.yml
or by setting the environment variablePWP__RELATIVE_ROOT
. See the Configuration document for more details.With a setting of
PWP__RELATIVE_ROOT=pwpush
, the application front page would be available at/pwpush
instead of the default/
.This option is available since release v1.21.0.
See also the nginx & Password Pusher example here.