mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
* Add nginx proxy docker container Ease test/verification of running Grafana thru a reverse proxy * Add apache proxy docker container Ease test/verification of running Grafana thru a reverse proxy * Fix relative urls for reset password page * Fix relative urls for signup page * Fix relative urls for login page * Fix relative urls edit plugin page
4 lines
129 B
Docker
4 lines
129 B
Docker
FROM jmferrer/apache2-reverse-proxy:latest
|
|
|
|
COPY ports.conf /etc/apache2/sites-enabled
|
|
COPY proxy.conf /etc/apache2/sites-enabled |