| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-27 | feat(meta): rename vhosts/ directory to services/ | nsfisis | |
| 2025-06-21 | feat(blog/nuldoc): implement pagination | nsfisis | |
| 2024-05-29 | fix(blog/nginx): fix content-type of *.mjs | nsfisis | |
| 2024-04-07 | feat(blog/content): rename post /posts/2024-03-20/todos-in-my-life/ to ↵ | nsfisis | |
| /posts/2024-03-20/my-bucket-list/ | |||
| 2024-04-02 | fix(blog/proxy): fix an issue where one cannot access to slash-less path | nsfisis | |
| # Problem Access to `https://blog.nsfisis.dev/foo/bar` was redirected to `http://127.0.0.1/foo/bar/`. # Cause Nginx inside Docker container listened to port 80, but Docker bound the port to the host's 8001 port. The reverse proxy, mioproxy, was configured to rewrite `http://127.0.0.1:8001/*` to `https://blog.nsfisis.dev/*`, which cannot handle `http://127.0.0.1:80/*`. # Solution Change the inner port that Nginx listens to to 8001. Also update mioproxy version. | |||
| 2024-02-24 | fix(blog/nginx): fix content-type of Atom feed | nsfisis | |
| 2024-01-10 | fix(blog/nginx): fix redirect settings | nsfisis | |
| 2024-01-10 | fix(blog/nginx): redirect from ↵ | nsfisis | |
| /posts/2023-01-10/neovim-insert-namespace-declaration-to-empty-php-file/ to /posts/2024-01-10/*/ for my typo in URL | |||
| 2023-09-07 | meta: migrate to monorepo | nsfisis | |
