Setting up basic authentication with nginx.
Let’s say we need to host some files for friends to access or host an application on our VPS that doesn’t have built-in authentication. In that case, we can use Nginx’s built-in authentication to add basic authentication to our files or apps.
282 words
|
1 minutes