mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #475] Add nginx alias to webvirtmgr configuration? #353
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 @dcramble on GitHub (Nov 19, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/475
I would like to modify the default url that webvirtmgr is running at.
Instead of : http://[ hostname ]
I would like: http://[ hostname ]/webvirtmgr
I thought I could just modify the nginx location directives, but that did not work. Do I need to update the URL in webvirtmgr's cinfiguration some where? Please keep in mind I am an expert with apache, but new to nginx.
@dcramble commented on GitHub (Nov 19, 2014):
Just saw that this was covered by #472 . Sorry.