References:
(Note nginx configuration has evolved a little in 8 years)
References:
(Note nginx configuration has evolved a little in 8 years)
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Sandlayth | T767 Run a shell service allowing IRC connections | |||
Open | None | T938 [Roadmap] Allow public subscriptions for Eglide | |||
Duplicate | dereckson | T944 Allow web publishing in public_html directories |
Oh yes references are outdated, this is now straightforward:
set userdir test_nginx_html; location ~ ^/~(.+?)(/.*)?$ { alias /home/$1/$userdir$2; index index.html index.htm default.html default.htm; autoindex on; }