shlink-web-client/config
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
..
docker Updated nginx.conf (optimization for future) 2020-01-31 01:36:17 +01:00
jest Updated coding styles and test configs 2019-01-05 23:16:13 +01:00
env.js Updated coding styles and test configs 2019-01-05 23:16:13 +01:00
paths.js Updated coding styles and test configs 2019-01-05 23:16:13 +01:00
setupEnzyme.js Setup tests environment 2018-06-14 19:42:42 +02:00
webpack.config.js Updated coding styles and test configs 2019-01-05 23:16:13 +01:00
webpackDevServer.config.js Updated coding styles and test configs 2019-01-05 23:16:13 +01:00