summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/nginx.conf
AgeCommit message (Collapse)Author
2024-05-29fix(blog/nginx): fix content-type of *.mjsnsfisis
2024-04-07feat(blog/content): rename post /posts/2024-03-20/todos-in-my-life/ to ↵nsfisis
/posts/2024-03-20/my-bucket-list/
2024-04-02fix(blog/proxy): fix an issue where one cannot access to slash-less pathnsfisis
# 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-24fix(blog/nginx): fix content-type of Atom feednsfisis
2024-01-10fix(blog/nginx): fix redirect settingsnsfisis
2024-01-10fix(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-07meta: migrate to monoreponsfisis