VIRTUAL_PATH support #352
Answered
by
evertramos
darkopetreski
asked this question in
Q&A
|
Can VIRTUAL_PATH and VIRTUAL_DEST be supported as in the nginx-proxy/nginx-proxy ? |
Answered by
evertramos
Mar 30, 2022
Replies: 4 comments 1 reply
|
@darkopetreski sure it can, just make sure to use the correct image versions as of nginx-proxy files and update the template: ./fresh-start.sh --update-nginx-templateIn fact, we just automate the instalation, using the nginx-proxy itself. |
0 replies
Answer selected by
darkopetreski
|
Thank you |
0 replies
|
@darkopetreski did it work? Is there more to consider? |
1 reply
|
@darkopetreski thx, found my error, VIRTUAL_PATH: "/api/" Thx 4 your help |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@darkopetreski sure it can, just make sure to use the correct image versions as of nginx-proxy files and update the template:
In fact, we just automate the instalation, using the nginx-proxy itself.