mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 00:25:51 +03:00
[GH-ISSUE #401] Serve static content through Nginx #303
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 @michelkaeser on GitHub (Aug 29, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/401
As the
/staticdirectory does not contain any files that would need login protection etc. the files should be served directly by Nginx (reduces load on app, faster).The following location block can be used for that:
PS: The official WebVirtMgr website is very out-of-date and may lead to wrong information about WebVirtMgr when reading through it. You might consider either updating it or simply redirect to this repo. Just a hint :)
@retspen commented on GitHub (Aug 31, 2014):
I added this to wiki. WebVirtMgr site and WebVirtMgr panel are different projects. WebVirtMgr site like SaaS for your server if they have insternet connection. I don't have free time for updating now.
@michelkaeser commented on GitHub (Sep 1, 2014):
Ah OK :) Closing this as it was for the location block. Thx