Skip to content

Commit 58a3c5f

Browse files
committed
docs: readme
1 parent f2ea791 commit 58a3c5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ const reverseProxyOptions = {
170170
enable: false,
171171
target: 'xxx',
172172
https: false,
173+
healthCheck: true,
173174
}
174175

175176
module.exports = {
@@ -209,7 +210,10 @@ module.exports = {
209210
// nuxt.config.js
210211
export default defineNuxtConfig({
211212
modules: [
212-
['unplugin-https-reverse-proxy/nuxt', { /* options */ }],
213+
['unplugin-https-reverse-proxy/nuxt', {
214+
/* options */
215+
healthCheck: false, // important for nuxt
216+
}],
213217
],
214218
})
215219
```

0 commit comments

Comments
 (0)