-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
#8 Does not update uwsgi's static path config to work with alternate base paths.
https://github.com/linuxserver/docker-netbox/blob/master/root/defaults/uwsgi.ini#L6
Expected Behavior
Site should load fully
Current Behavior
Static content errors. Uwsgi is responsible for for returning static content. uwsig is hard coded for static content to be on example.com/static rather than example.com/BASE_NAME/static
Steps to Reproduce
- Launch container with BASE_NAME=netbox/
- reverse proxy under location
/netbox
I was able to work around by changing https://github.com/linuxserver/docker-netbox/blob/master/root/defaults/uwsgi.ini#L6
to
static-map = /netbox/static=static
G-regL and guillaumerybak
