trigger site rebuild after new user registration so profile pages exist immediately
This commit is contained in:
@@ -264,9 +264,10 @@ server {
|
||||
try_files $uri $uri/ /activity/index.html;
|
||||
}
|
||||
|
||||
# Per-user profile pages: same fallback for new users.
|
||||
# Per-user profile pages: fall back to the home page while the background
|
||||
# rebuild (triggered automatically on registration) completes.
|
||||
location /u/ {
|
||||
try_files $uri $uri/ =404;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
# Static files
|
||||
|
||||
Reference in New Issue
Block a user