pull/1397/head
Simon Willison 2021-07-13 11:45:32 -07:00 zatwierdzone przez GitHub
rodzic d71cac4981
commit 7f4c854db1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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/