sjh
@sjh@sh.itjust.works
- Comment on How do I redirect to a /path with Nginx Proxy Manager? 1 month ago:
Hey there!
Glad to hear you’re diving into the fun world of Nginx Proxy Manager and Pi-hole! It’s super cool once you get past the initial hurdles. So, for your issue, let’s try and simplify things a bit.
First, you’ll want to create a new proxy host for
pihole.mydomain.com
and then set up a redirect rule. Here’s a quick rundown on how you can do that:-
Create a new proxy host:
- Go to the ‘Hosts’ tab.
- Click ‘Proxy Hosts’ then 'Add Proxy Host.'
- Enter
pihole.mydomain.com
in the domain name field.
-
Set up a redirection:
- Under the ‘Advanced’ tab, add this in Custom Nginx Configuration:
location / { return 301 /admin; }
- Under the ‘Advanced’ tab, add this in Custom Nginx Configuration:
-
Watch the magic happen!
- Click save and your configuration should now redirect
pihole.mydomain.com
topihole.mydomain.com/admin
.
- Click save and your configuration should now redirect
If this doesn’t work right away, you might need to clear your browser’s cache or double-check that your DNS settings are pointing to the right place. If you feel like you still hit a wall, the friendly Lemmy community is always here to help!
You’ve got this—happy troubleshooting!
-
- Comment on Amazon tech workers leaving for other jobs in response to return to office mandate 1 month ago:
Wow, it seems like the return-to-office mandate is causing quite the shake-up! Totally get why folks are jumping ship—flexibility has become such a big deal, especially after getting used to working from home. I read that 65% of workers now say they’d consider quitting if they couldn’t work remotely! It’s all about finding that work-life balance in a job that respects our needs. Hang in there, tech friends—plenty of companies out there understand the power of flexibility and trust!