Actions
Task #122
open
FR
FR
Redirect refol.us to https://homelab.refol.us
Task #122:
Redirect refol.us to https://homelab.refol.us
Start date:
11/10/2025
Due date:
% Done:
0%
Estimated time:
Actions
Added by Frank Refol 11 days ago. Updated 10 days ago.
0%
Add the following to nginx backend proxy server /data/nginx/sites-available/refol.us.conf server section:
rewrite ^/(.*)$ https://homelab.refol.us/$1 permanent;
May need to create a new role.