diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index e24579e..40ee4c3 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -483,7 +483,7 @@ try: -it --entrypoint=/bin/bash \ -v $PWD:/app:ro \ nginx:latest \ - -c 'echo "server{listen 80; root /app; location / {autoindex on;}}" > /etc/nginx/conf.d/default.conf; nginx -g "daemon off;"' + -c 'echo "server{listen 80; charset UTF-8; root /app; location / {autoindex on;}}" > /etc/nginx/conf.d/default.conf; nginx -g "daemon off;"' ''', shell=True) elif sys.argv[1] == 'wl-screenshot': subprocess.check_call(r'''