This commit is contained in:
makram89 2022-01-30 17:10:25 +01:00
parent b100058ba3
commit 8bba3ad255
2 changed files with 4 additions and 4 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;
}
@ -42,7 +42,7 @@ server {
error_page 500 502 503 504 404 403 /error.html;
location = /error.html {
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html;
}
location /logout/ {

View File

@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
}
upstream django {
server localhost:8080;
server unix:///home/randomsec/Randomsec/uwsgi-file/muor.sock;
}
server {
@ -41,7 +41,7 @@ server {
error_page 500 502 503 504 404 403 /error.html;
location = /error.html {
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html;
}
location /logout/ {