mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-26 10:30:46 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e26103764e | |||
eeb2caf824 | |||
61bfffb6c6 | |||
bcbf61b1f5 |
@ -39,7 +39,7 @@ By default, this buildpack will 404 if a requested file is not found. For static
|
||||
```shell
|
||||
# where the app is named `static-app`
|
||||
# and the desired default response is index.html
|
||||
dokku config:set static-app NGINX_ROOT=index.html
|
||||
dokku config:set static-app NGINX_DEFAULT_REQUEST=index.html
|
||||
```
|
||||
|
||||
### Custom nginx config file
|
||||
|
@ -39,6 +39,7 @@ types {
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/vnd.google-earth.kml+xml kml;
|
||||
application/vnd.google-earth.kmz kmz;
|
||||
application/wasm wasm;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-cocoa cco;
|
||||
application/x-java-archive-diff jardiff;
|
||||
|
Reference in New Issue
Block a user