mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 00:25:51 +03:00
[GH-ISSUE #563] resources 404 in log on first time opening page #424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Justinzobel on GitHub (Jun 18, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/563
Ubuntu 14.04.2
justin@host:~/webvirtmgr$ ./manage.py runserver ip:8000
WARNING:root:No local_settings file found.
WARNING:root:No local_settings file found.
Validating models...
0 errors found
June 18, 2015 - 09:46:25
Django version 1.5.5, using settings 'webvirtmgr.settings'
Development server is running at http://ip:8000/
Quit the server with CONTROL-C.
[18/Jun/2015 09:46:33] "GET / HTTP/1.1" 302 0
[18/Jun/2015 09:46:33] "GET /login/ HTTP/1.1" 200 2216
[18/Jun/2015 09:46:33] "GET /static/css/bootstrap.min.css HTTP/1.1" 404 1862
[18/Jun/2015 09:46:34] "GET /static/css/webvirtmgr.css HTTP/1.1" 404 1862
[18/Jun/2015 09:46:34] "GET /static/css/signin.css HTTP/1.1" 404 1862
[18/Jun/2015 09:46:34] "GET /static/js/jquery-1.10.2.js HTTP/1.1" 404 1862
[18/Jun/2015 09:46:34] "GET /static/img/favicon.ico HTTP/1.1" 404 1862
Happens when I open the webpage ip:8000, no styling etc:

@retspen commented on GitHub (Jun 22, 2015):
@bcarroll commented on GitHub (Aug 22, 2018):
To resolve this issue you need to comment out the following lines in /etc/nginx/conf.d/webvirtmgr.conf
Then restart nginx:
sudo service nginx restart