This commit is contained in:
makram89 2022-01-30 17:58:30 +01:00
parent 1727ac9e01
commit b6c99a4f02
3 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,7 @@ map $http_upgrade $connection_upgrade {
upstream django {
# server localhost:8080;
server unix:///home/randomsec/Randomsec/uwsgi-file/muor.sock;
server unix:///home/randomsec/RandomSec/uwsgi-file/muor.sock;
}

View File

@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
}
upstream django {
server unix:///home/randomsec/Randomsec/uwsgi-file/muor.sock;
server unix:///home/randomsec/RandomSec/uwsgi-file/muor.sock;
}
server {

View File

@ -7,7 +7,4 @@ vacuum=True
max-requests=5000
daemonize=/home/randomsec/RandomSec/log/logs.log
socket=/home/randomsec/RandomSec/uwsgi-file/muor.sock
buffer-size=32768
plugins = python3