I emailed the group earlier regarding Nginx and Moodle, but have more specific information.<div><br></div><div>From the Moodle documentation, they are saying that:</div><div><br></div><div><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">
"Your web server needs to be configured to allow the part of the URL after a script name to be passed directly to the script."</p><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">
and that in order to do that, the following Apache setting needs to be set:</p><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></p><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<b>AcceptPathInfo</b> on</p><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">
and that this rewrite rule needs to be set up:</p><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">








</p><p class="p1"><span class="s1"><b>RewriteRule</b></span> ^([^\?]+?\.php)(\/.+)$ $1\?file=$2 [QSA]</p><p></p><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:18px;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;font-size:13px;background-color:rgb(255,255,255)">
How do I accomplish the same in Nginx?</p>
</div>