Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Nginx and auth_basic

shaanlshaanl Member
edited January 2012 in General

Hey

Is it possible to have auth_basic protect multiple subfolders, but when I log in the first time it keeps me "logged in". Right now I have an auth_basic rule for each server name, however it's on server with subdomains, so
server_name www.domain.com
server_name 1.domain.com
server_name 2.domain.com

If I go to each subdomain, it asks me to log in each time.

Comments

  • shaanlshaanl Member
    edited January 2012

    I have all the server directives set up in one config file in sites-available

  • I don't think you can do that. The only solution I can think is to implement a system with cookie authentication, so you can pass your cookies between subdomains.

    Thanked by 1shaanl
Sign In or Register to comment.