Re: Problem with basic auth on nuxtjs frontend with wordpress backend

2022-07-22 Thread Francis Daly
On Wed, Jul 20, 2022 at 10:19:28AM -0400, strtwtsn wrote: Hi there, > I'm trying to add basic authentication to a nginx reverse proxy which is in > front of a nuxtjs app. > But if hangs. I've also tried it in the location section, but this hangs > too, what am I missing? What does "it hangs" me

Problem with basic auth on nuxtjs frontend with wordpress backend

2022-07-20 Thread strtwtsn
I'm trying to add basic authentication to a nginx reverse proxy which is in front of a nuxtjs app. I've configured nginx as such server { server_name ; auth_basic "Restricted Content"; auth_basic_user_file /etc/nginx/.htpasswd; gzipon; gzip_types text/plain ap