Merge lp:~bellini666/charms/trusty/wordpress/mod_rewrite into lp:charms/trusty/wordpress

Proposed by Thiago Bellini
Status: Merged
Merged at revision: 83
Proposed branch: lp:~bellini666/charms/trusty/wordpress/mod_rewrite
Merge into: lp:charms/trusty/wordpress
Diff against target: 13 lines (+2/-1)
1 file modified
files/charm/nginx/etc_nginx_sites-enabled_wordpress (+2/-1)
To merge this branch: bzr merge lp:~bellini666/charms/trusty/wordpress/mod_rewrite
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
Adam Israel (community) Approve
Review Queue (community) automated testing Needs Fixing
Tim Van Steenburgh (community) Needs Information
Review via email: mp+244599@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-10705-results

review: Needs Fixing (automated testing)
Revision history for this message
Thiago Bellini (bellini666) wrote :

I didn't understand the test results... they passed on some providers but not on some others... The reason they didn't pass, was that my fault?

Revision history for this message
José Antonio Rey (jose) wrote :

Hey Thiago,

That's why we manually run these tests ourselves. Expect a review soon, since this is already in the queue.

Revision history for this message
Tim Van Steenburgh (tvansteenburgh) wrote :

Thiago,

Can you please explain how to test this change? Thanks!

review: Needs Information
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-10929-results

review: Needs Fixing (automated testing)
Revision history for this message
Thiago Bellini (bellini666) wrote :

@tvansteenburgh: Set your wordpress permalinks to post name for example, and where you would access it by www.wordpress_example.com/index.php/post-name, you should be able to access it with www.wordpress_example.com/post-name directly (without the index.php)

Revision history for this message
Adam Israel (aisrael) wrote :

Hi Thiago,

I had the opportunity to review this merge proposal today, using the description of the problem you provided above. I was able to recreate the error in trunk, and verify that this merge successfully fixes the problem.

Thanks for your work on this!

LGTM. +1

review: Approve
Revision history for this message
Charles Butler (lazypower) wrote :

I've promoted this branch after validating aisrael's findings. +1 LGTM - pushed to the store.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'files/charm/nginx/etc_nginx_sites-enabled_wordpress'
2--- files/charm/nginx/etc_nginx_sites-enabled_wordpress 2012-08-24 20:59:04 +0000
3+++ files/charm/nginx/etc_nginx_sites-enabled_wordpress 2014-12-12 14:46:52 +0000
4@@ -30,7 +30,8 @@
5 }
6
7 location / {
8- try_files $uri $uri/ @memcache;
9+ index index.php index.html index.htm;
10+ try_files $uri $uri/ @memcache /index.php?$args;
11 }
12
13 location ~ /\. {

Subscribers

People subscribed via source and target branches

to all changes: