kit-data-manager / kit-data-manager/EVOKS
move reverse proxy alias from conf file to env vars
Open
comment / enhancement
priority::1(low)
unit::setup(docker)
usability
- Dominant language
- Python
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
url slug where evoks is running is defined in proxy.conf:
location /evoks/ {
proxy_pass http://web:8000/;
proxy_redirect http://web:8000/ http://$host/evoks/;
Move ports and slug to env vars. As described e.g. here: https://www.baeldung.com/linux/nginx-config-environment-variables
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.