2020-03-14 10:38:42 -06:00
|
|
|
localhost
|
2020-01-24 12:47:52 -07:00
|
|
|
|
|
|
|
root * src
|
|
|
|
|
|
|
|
file_server
|
2023-12-07 19:11:10 -07:00
|
|
|
templates {
|
|
|
|
extensions {
|
|
|
|
hitCounter {
|
|
|
|
style bright_green
|
|
|
|
pad_digits 6
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
encode zstd gzip
|
2020-05-02 23:26:37 -06:00
|
|
|
|
|
|
|
try_files {path}.html {path}
|
2020-01-24 12:47:52 -07:00
|
|
|
|
2023-12-07 19:11:10 -07:00
|
|
|
redir /docs/json /docs/json/
|
|
|
|
redir /docs/modules /docs/modules/
|
|
|
|
rewrite /docs/json/* /docs/json/index.html
|
2020-03-21 21:03:29 -06:00
|
|
|
rewrite /docs/modules/* /docs/modules/index.html
|
2023-12-07 19:11:10 -07:00
|
|
|
rewrite /docs/* /docs/index.html
|
2020-01-24 12:47:52 -07:00
|
|
|
|
|
|
|
reverse_proxy /api/* localhost:4444
|