You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,3 +155,5 @@ This is not needed for most of your assets because their filenames should contai
155
155
| SPA_MODE |`--spa` or `--spa <bool>`| When SPA mode if file for requested path does not exists server returns index.html from root of serving directory. SPA mode and directory listing cannot be enabled at the same time |`true`|
156
156
| CACHE |`--cache`| When enabled f.Open reads are being cached using Two Queue LRU Cache in bits |`true`|
157
157
| CACHE_BUFFER |`--cache-buffer <number>`| Specifies the maximum size of LRU cache in bytes |`51200`|
0 commit comments