Skip to content

Commit

Permalink
Demonstrates an issue with rweb POST operations such as
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Dec 11, 2017
1 parent 4f84133 commit 7f8a12d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ services:
;
[ ! -f /svn/authz ] && echo '[/]' >> /svn/authz && echo '* = rw' >> /svn/authz
;
echo '[/qa/readonly]' >> /svn/authz && echo '* = r' >> /svn/authz
;
httpd
-DFOREGROUND
-DRWEB=fpm
Expand Down

0 comments on commit 7f8a12d

Please sign in to comment.