| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
/posts/2024-03-20/my-bucket-list/
|
|
# 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/posts/2024-02-03/install-wireguard-on-personal-server/
|
|
|
|
/posts/2024-02-03/install-wireguard-on-personal-server/
|
|
|
|
/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/
|
|
|
|
|
|
/posts/2023-01-10/neovim-insert-namespace-declaration-to-empty-php-file/ to /posts/2024-01-10/*/ for my typo in URL
|
|
/posts/2024-01-10/neovim-insert-namespace-declaration-to-empty-php-file/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/posts/2023-10-13/i-entered-the-open-university-of-japan
|
|
|
|
|
|
|
|
|
|
|
|
/posts/2023-10-02/compile-php-runtime-to-wasm/
|
|
|
|
|
|
|
|
|
|
|
|
|