diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md index 96f9b298..2f4c24b1 100644 --- a/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md +++ b/gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md @@ -231,7 +231,7 @@ The result will be in the distribution directory `./dist`. This directory is pub blurs html index.html photos thumbs ``` -I usually do that via rsync to my web server, which is as simple as: +I usually do that via rsync to my web server (I use OpenBSD with the standard `httpd` web server, btw), which is as simple as: ``` % rsync --delete -av ./dist/. admin@blowfish.buetow.org:/var/www/htdocs/irregular.ninja/ |
