-
Hi - me again, thanks for your help earlier on full background images (#99). I'm trying to password protect a page on my website (go to page prompted for username/password or just password). My site is not using GitHub pages, it's setup using Digital Ocean and Git, webserve nginx). My Question - Is there any way to do that please, using this theme? I have tried a couple of things (however silly :$) - Thanks a lot :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Since you're using nginx, your best bet is to setup Basic Auth on nginx. See this guide by DO. |
Beta Was this translation helpful? Give feedback.
-
Thanks for jumping in and helping @yihangho |
Beta Was this translation helpful? Give feedback.
Since you're using nginx, your best bet is to setup Basic Auth on nginx. See this guide by DO.