Skip to content

SOLVED - Want to enable plugins - need help please #4441

Answered by Martin900t
Martin900t asked this question in Q&A
Discussion options

You must be logged in to vote

Got it. I had to put a comma after "webrtc": false and I put both brackets on one line for "enabled": true .
Resulting config.json:

{
   "settings": {
      "cert": "domain.org", 
      "_minify": true, 
      "webrtc": false,
      "plugins": { "enabled": true }
   }, 
   "letsencrypt": {
      "email": "[email protected]",
      "names": "domain.org",
      "rsaKeySize": 3072,
      "production": true
   },

   "domains": {
      
   }
}

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Ylianst
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tecnicosya
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants