Welcome!
Log In
Create A New Profile
Home
>
Nginx Related Forums
>
How to...
> Topic
Advanced
NGINX Reverse proxy with basic auth in windows
Posted by
zibensdraugs
Forum List
Message List
New Topic
zibensdraugs
NGINX Reverse proxy with basic auth in windows
February 15, 2023 08:09PM
Registered: 5 weeks ago
Posts: 1
Hello, I need to make reverse proxy with login/password, and I have NGINX on windows. Can anyone tell me step by step how to configure this simple thing? I can find lot of tutorials for linux, but I can not find any for windows. Thank You!
Reply
Quote
itpp2012
Re: NGINX Reverse proxy with basic auth in windows
February 16, 2023 06:33AM
Admin
Registered: 10 years ago
Posts: 1,284
server {
[...]
location / {
auth_basic "User/Pass needed";
auth_basic_user_file access.txt;
proxy_pass http://127.0.0.1:8080;
}
[...]
---
nginx for Windows http://nginx-win.ecsds.eu/
Reply
Quote
Newer Topic
Older Topic
Print View
RSS
Sorry, only registered users may post in this forum.
Click here to login
Online Users
venkateshchanda
Guests: 233
Record Number of Users: 6 on February 13, 2018
Record Number of Guests: 421 on December 02, 2018