You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Sam Ruby <ru...@intertwingly.net> on 2018/02/24 12:53:54 UTC

Re: [whimsy] branch master updated: Resync with live

On Sat, Feb 24, 2018 at 5:45 AM,  <se...@apache.org> wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> sebb pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/whimsy.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new 2a28ad5  Resync with live
> 2a28ad5 is described below
>
> commit 2a28ad59c393ae8389d1e6c4a51e7681e6c41c75
> Author: Sebb <se...@apache.org>
> AuthorDate: Sat Feb 24 10:45:04 2018 +0000
>
>     Resync with live
> ---
>  config/whimsy.conf | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/config/whimsy.conf b/config/whimsy.conf
> index bef5ceb..5974aac 100644
> --- a/config/whimsy.conf
> +++ b/config/whimsy.conf
> @@ -32,6 +32,8 @@
>  SetEnv PATH /usr/local/bin:${PATH}
>
>  PassengerFriendlyErrorPages on
> +PassengerUser www-data
> +PassengerGroup www-data

The above two lines presume an Ubuntu host?  Probably shouldn't be
there as this config is primarily used by people setting up an
MacBook.

- Sam Ruby

>  AddCharset UTF-8 .json
>
> @@ -238,6 +240,7 @@ Alias /project/icla/ /srv/whimsy/www/project/icla/public
>    AuthLDAPGroupAttributeIsDN off
>    Require expr %{REQUEST_URI} == '/board/agenda/app.js'
>    Require expr %{REQUEST_URI} == '/board/agenda/app.js.map'
> +  Require expr %{REQUEST_URI} =~ m#^/board/agenda/.*\.js\.rb$#
>    Require expr %{REQUEST_URI} =~ m#^/board/agenda/[-\d]+/bootstrap.html$#
>    Require expr %{REQUEST_URI} == '/board/agenda/stylesheets/app.css'
>    Require expr %{REQUEST_URI} == '/board/agenda/sw.js'
>
> --
> To stop receiving notification emails like this one, please contact
> sebb@apache.org.