I'm wondering if anyone knows what the correct configuration is for getting the VSCode extension "Live Server" working with Nginx proxy. I want to proxy the extension from a subdirectory "/live".
The initial server shows up correctly via ex: https://example.com/live ...
Live Server working with https://example.com/live
...however when I click a folder, "Live Server" removes the "/live" from the URL, resulting in a 404.
Live Server cutting off "/live" resulting in a 404
Here are my "Live Server" proxy settings under the "Remote" tab
Here is my Nginx location block configuration:
Any help would be greatly appreciated. Thank you.