Howtos/Serving from your home folder on nginx: Difference between revisions
< Howtos
Jump to navigation
Jump to search
(Created page with " location ~ ^/~(.+?)(/.*)?$ { alias /home/$1/public_html$2; index index.html; }") |
m (Manetta moved page Serving from your home folder on nginx to Howtos/Serving from your home folder on nginx) |
Latest revision as of 14:53, 14 February 2025
location ~ ^/~(.+?)(/.*)?$ { alias /home/$1/public_html$2; index index.html; }