Fixed spelling errors spotted by codespell, refs #1417

This commit is contained in:
Simon Willison 2021-08-03 09:24:56 -07:00
commit e459787a14
9 changed files with 15 additions and 15 deletions

View file

@ -188,7 +188,7 @@ Then add these directives to proxy traffic::
ProxyPass /my-datasette/ http://127.0.0.1:8009/my-datasette/
ProxyPreserveHost On
Using ``--uds`` you can use Unix domain sockets similiar to the nginx example::
Using ``--uds`` you can use Unix domain sockets similar to the nginx example::
ProxyPass /my-datasette/ unix:/tmp/datasette.sock|http://localhost/my-datasette/