By pedroaspiazu
Need help with wordpress permalinks, i tried allmost everything that i found on the forums but still cant get it to work. If i try the wordpress approach i loose the proxy pass: <pre> location / { index index.php index.html index.htm; try_files $uri $uri/ /index.php?$args; } </pre>
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Are you trying to edit the Nginx configuration on the host system? You should include a custom Nginx config in the root of the Wordpress project along with a <code>composer.json</code> file so that Dokku will pick it up.
Check out this blog post on deploying Wordpress with Dokku on DigitalOcean:
http://shincoding.com/docker/tutorial-deploying-wordpress-with-dokku/
I was hoping that to be the last solution. Right now i have at a wordpress site at root domain and creating different node apps in subdomains. Are you sure there is no other way? Even in the tutorial that you recommended i asked and they dont really now how to make it work with nginx. If there is no other way, what aproach do you recommend for my workflow with buildsteps. thanks man!
Leaving this here for future Googlers:
Heroku-like WordPress deployments with git and dokku
Good walk through and at the time of posting most recent I could find (some of the older tutorials have instructions to install deprecated Dokku plugins).
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.