Forum List
Message List
New Topic
zibensdraugs
NGINX Reverse proxy with basic auth in windows
February 15, 2023 08:09PM
Registered: 3 months 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: 11 years ago
Posts: 1,288
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: 178
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018