change staticfiles
This commit is contained in:
parent
e3c124df80
commit
de8925fe9a
@ -46,7 +46,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
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;
|
expires 2d;
|
||||||
access_log off;
|
access_log off;
|
||||||
add_header Pragma public;
|
add_header Pragma public;
|
||||||
|
@ -47,7 +47,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
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;
|
expires 2d;
|
||||||
access_log off;
|
access_log off;
|
||||||
add_header Pragma public;
|
add_header Pragma public;
|
||||||
|
Loading…
Reference in New Issue
Block a user