Re-theme
This commit is contained in:
@@ -6,7 +6,11 @@ upstream django {
|
||||
server {
|
||||
listen 9999;
|
||||
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
location = /favicon.ico {
|
||||
alias /conf/static/favicon.ico;
|
||||
access_log off;
|
||||
log_not_found off;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
root /conf;
|
||||
@@ -21,4 +25,4 @@ server {
|
||||
uwsgi_param X-Forwarded-Proto $http_x_forwarded_proto;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user