ClaireM
0
Q:

nuxt redirect traffic from http to https

# Try this if you want to enable it only for production: 
import redirectSSL from 'redirect-ssl';

export default {
  serverMiddleware: [redirectSSL.create({enabled: process.env.NODE_ENV === 'production'})]
  }
1

New to Communities?

Join the community