diff --git a/MUOR/MUOR/configs/muor.conf b/MUOR/MUOR/configs/muor.conf index 00301cfef..e2c1b0158 100644 --- a/MUOR/MUOR/configs/muor.conf +++ b/MUOR/MUOR/configs/muor.conf @@ -46,7 +46,7 @@ server { } location /static/ { - alias /home/randomsec/RandomSec/staticfiles/; # your Django project's static files - amend as required + alias /home/randomsec/RandomSec/MUOR/staticfiles/; # your Django project's static files - amend as required expires 2d; access_log off; add_header Pragma public; diff --git a/MUOR/MUOR/configs/muor_before_location_block.conf b/MUOR/MUOR/configs/muor_before_location_block.conf index 8a1a32089..f9549745a 100644 --- a/MUOR/MUOR/configs/muor_before_location_block.conf +++ b/MUOR/MUOR/configs/muor_before_location_block.conf @@ -47,7 +47,7 @@ server { } location /static/ { - alias /home/randomsec/RandomSec/staticfiles/; # your Django project's static files - amend as required + alias /home/randomsec/RandomSec/MUOR/staticfiles/; # your Django project's static files - amend as required expires 2d; access_log off; add_header Pragma public;