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: 1 year 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: 12 years ago
Posts: 1,298
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
Guests: 93
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024