
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
nuxt-apache-config
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
A module for Nuxt.js.
The nuxt-apache-config module allows you to generate a .htaccess configuration file in the "static" folder with custom settings hands down.
For security reasons, it is advisable to put the configuration values in an environment variable because it is the configuration of your server that risks being exposed publicly.
For the moment, this module only allows a basic configuration including http redirection in https, the redirection of 404 pages to the home page or a custom page, and for static sites the limitation of GET type requests.
Add nuxt-apache-config dependency using yarn or npm to your project
yarn add nuxt-apache-config # or npm install
Add nuxt-apache-config to modules section of nuxt.config.js
{
modules: [
['nuxt-apache-config',
{
https: true,
redirection: true,
redirectUrl: '404.html',
indexes: true,
onlyGET: true,
}
] ,
],
}
https
redirects http pages to httpsredirection
allows to redirect 404 pages to the homepageredirectUrl
allows to define the redirect pageindexes
redirect indexes list to 403 erroronlyGET
allows to limit requests to the GET typeOptionally add .htaccess to .gitignore file.
git clone https://github.com/MathieuRanc/nuxt-apache-config.git
cd nuxt-apache-config
yarn
This project generated by create-nuxt-module
FAQs
A module for Nuxt.js
The npm package nuxt-apache-config receives a total of 5 weekly downloads. As such, nuxt-apache-config popularity was classified as not popular.
We found that nuxt-apache-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.