path fix
This commit is contained in:
parent
1727ac9e01
commit
b6c99a4f02
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user