From de8925fe9a336bdb21bceb9f501db981ec80b0f0 Mon Sep 17 00:00:00 2001 From: prance Date: Sun, 30 Jan 2022 20:25:22 +0100 Subject: [PATCH] change staticfiles --- MUOR/MUOR/configs/muor.conf | 2 +- MUOR/MUOR/configs/muor_before_location_block.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;