cesi icon indicating copy to clipboard operation
cesi copied to clipboard

adapt flask and react for reverse_proxy by adding --url_prefix

Open shouldsee opened this issue 1 year ago • 0 comments

Aim:

mount app under url_prefix "/cesi" to be used under reverse proxy

Changes:

  • update requirements.txt
  • url_prefix is passed to run.py as a variable
  • PUBLIC_URL is passed to yarn build according to SO49429906

shouldsee avatar Sep 28 '22 15:09 shouldsee