Unified
Split
Showing
with
886 additions
and 0 deletions.
- +3 −0 data/router/build.conf
- +427 −0 data/static-html/build/css/normalize.css
- +418 −0 data/static-html/build/css/skeleton.css
- BIN data/static-html/build/images/hpkg_64.png
- BIN data/static-html/build/images/installer_64.png
- BIN data/static-html/build/images/logo_black_transparent.png
- +37 −0 data/static-html/build/index.html
- +1 −0 docker-compose.yaml
| @@ -29,6 +29,9 @@ server { | ||
| proxy_set_header X-Forwarded-Server $host; | ||
| proxy_set_header X-Forwarded-Host $host; | ||
|
|
||
| location / { | ||
| alias /static-html/build/; | ||
| } | ||
| location /buildbot/ { | ||
| proxy_bind $server_addr; | ||
| proxy_pass http://infrastructure_buildbot_1:80/; | ||
Oops, something went wrong.