add favicon, game ios game icon and change info phrase for me
This commit is contained in:
@ -28,6 +28,10 @@ http {
|
||||
location /static/ {
|
||||
alias /var/www/static/;
|
||||
}
|
||||
|
||||
location /favicon.ico {
|
||||
alias /var/www/static/favicon.ico;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://djangoserver:8000;
|
||||
|
BIN
docker-compose/requirements/nginx/static/favicon.ico
Normal file
BIN
docker-compose/requirements/nginx/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
BIN
docker-compose/requirements/nginx/static/logo.png
Normal file
BIN
docker-compose/requirements/nginx/static/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Reference in New Issue
Block a user