Update README.md

This commit is contained in:
2021-12-04 20:49:34 +01:00
parent ec5722ab55
commit 393b8797f9
4 changed files with 178 additions and 1 deletions

11
discord-embed.socket Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Socket that Nginx will use to communicate with Gunicorn.
[Socket]
ListenStream=/run/discord-embed.sock
# Change this to the user that runs nginx. On Arch it is http, on others it is www-data. You can check with "ps aux | grep nginx"
SocketUser=http
[Install]
WantedBy=sockets.target