Alejandro Celaya
|
f626f9b046
|
Renamed env vars
|
2021-05-29 11:30:35 +02:00 |
|
Matias Garcia Isaia
|
ccffa0fe12
|
Allow Docker image to generate servers.json from environment
In the Docker image, generate the servers.json with a single server
by reading environment variables.
|
2021-05-28 22:01:39 -03:00 |
|
Alejandro Celaya
|
de906bf370
|
Added proper caching rules to nginx config included in docker image
|
2020-10-31 13:36:53 +01:00 |
|
MartinH0
|
6ac3a49db2
|
Updated nginx.conf (optimization for future)
1. changed location from "~" (case sensitive!) to "~*" (case insensitive!) to also match uppercase static assets. (http://nginx.org/en/docs/http/ngx_http_core_module.html#location)
2. added regex "jpe?g" to match "jpg" and "jpeg" in one command.
|
2020-01-31 01:36:17 +01:00 |
|
Alejandro Celaya
|
66124370a6
|
Added json extension to the list of known static files that have to fall back to 404 on nginx
|
2019-10-21 18:49:47 +02:00 |
|
Alejandro Celaya
|
1b5f7b0d76
|
Added nginx congif which ensures client-side paths are served as the index.html
|
2019-09-22 11:55:21 +02:00 |
|