mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
rST fix
This commit is contained in:
parent
d71cac4981
commit
7f4c854db1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 similiar to the nginx example::
|
||||
|
||||
ProxyPass /my-datasette/ unix:/tmp/datasette.sock|http://localhost/my-datasette/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue