Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grappler/chassis-custom-rewrites
A Chassis extension to configure custom rewrite rules.
https://github.com/grappler/chassis-custom-rewrites
chassis puppet vagrant wordpress
Last synced: 10 days ago
JSON representation
A Chassis extension to configure custom rewrite rules.
- Host: GitHub
- URL: https://github.com/grappler/chassis-custom-rewrites
- Owner: grappler
- Created: 2017-07-03T07:43:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T20:54:02.000Z (over 7 years ago)
- Last Synced: 2024-10-30T19:06:13.394Z (about 2 months ago)
- Topics: chassis, puppet, vagrant, wordpress
- Language: Puppet
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Rewrites
A [Chassis](https://github.com/Chassis/Chassis) extension configure custom rewrite rules.This extension is feature complete.
## Features
- The default rewrite rules remove `/wp/` from `http://vagrant.local/wp/wp-admin/` and update the `WP_SITEURL` with this change too.## TODO
- Allow the rewrite template be loaded from a project specific location instead from the extension.## Usage
1. Add this extension to your extensions directory `git clone https://github.com/grappler/chassis-custom-rewrites.git extensions/custom-rewrites`
2. Run `vagrant provision`
3. Edit the file with custom rewrites `extensions/custom-rewrites/modules/custom-rewrites/templates/site.nginx.conf.erb`