We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are sockets still in sanic? Only mention i found is here
sockets.
meow
The text was updated successfully, but these errors were encountered:
The documentation at readthedocs is outdated. You will find current documentation at sanic.dev
UNIX sockets can be used by sanic --unix or app.run(unix="sanic.sock"), so you don't need to handle sockets directly anymore.
sanic --unix
app.run(unix="sanic.sock")
There's no separate documentation page on it, but it is mentioned in https://sanic.dev/en/guide/running/running.md#running-sanic https://sanic.dev/en/guide/deployment/caddy.html#advanced-configuration
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Are sockets still in sanic? Only mention i found is here
Describe the solution you'd like
sockets.
Additional context
meow
The text was updated successfully, but these errors were encountered: