Merge lp:~bcsaller/charms/precise/juju-gui/apache-fallback into lp:~juju-gui/charms/precise/juju-gui/trunk

Proposed by Benjamin Saller
Status: Merged
Merged at revision: 45
Proposed branch: lp:~bcsaller/charms/precise/juju-gui/apache-fallback
Merge into: lp:~juju-gui/charms/precise/juju-gui/trunk
Diff against target: 14 lines (+4/-1)
1 file modified
config/apache-site.template (+4/-1)
To merge this branch: bzr merge lp:~bcsaller/charms/precise/juju-gui/apache-fallback
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+160487@code.launchpad.net

Description of the change

[TRIVAL] Apache Fallback resource

Missing resources return index.html with this single new directive. Thanks
apache.

To post a comment you must log in.
Revision history for this message
Benjamin Saller (bcsaller) wrote :

*** Submitted:

[TRIVAL] Apache Fallback resource

Missing resources return index.html with this single new directive. Thanks
apache.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'config/apache-site.template'
2--- config/apache-site.template 2013-04-23 18:34:45 +0000
3+++ config/apache-site.template 2013-04-23 20:18:25 +0000
4@@ -22,6 +22,9 @@
5 CustomLog ${APACHE_LOG_DIR}/access.log combined
6
7 {{if serve_tests}}
8- Alias /test {{tests_root}}
9+ Alias /test {{tests_root}}
10 {{endif}}
11+
12+ FallbackResource /index.html
13+
14 </VirtualHost>

Subscribers

People subscribed via source and target branches