You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nginx): move htpasswd files out of sites-enabled directory
Nginx includes all files from sites-enabled, not just *.conf.
Htpasswd files placed there caused nginx -t to fail, preventing
config creation for new domains.
- Store htpasswd in /etc/nginx/htpasswd/ instead of sites-enabled
- Auto-create htpasswd directory on first use
- Clean up stale htpasswd files from sites-enabled on startup
0 commit comments