Hey there! I’ve been in your shoes before. For a quick and dirty solution, Nginx might work.
You can setup simple proxy with auth command by adding a few lines to your Nginx config. Use the `auth_basic` directive for the auth part.
Don’t forget to create a password file with `htpasswd`. Once done, reload Nginx and test it with a browser or curl. Easy peasy!
You can setup simple proxy with auth command by adding a few lines to your Nginx config. Use the `auth_basic` directive for the auth part.
Don’t forget to create a password file with `htpasswd`. Once done, reload Nginx and test it with a browser or curl. Easy peasy!
