* add favicon

* add favicon to nginx config
This commit is contained in:
CommonLoon102 2020-02-02 00:42:19 +00:00 committed by GitHub
parent 5fd606734c
commit 0154e634ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ server { \n\
root /supervisor/publish/wwwroot; \n\
mp4; \n\
} \n\
location ~/favicon.ico { \n\
root /supervisor/publish/wwwroot; \n\
} \n\
}' > /etc/nginx/sites-available/default && service nginx start && nginx -t && nginx -s reload
CMD service nginx start \

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB