$("ray_7353").update("<table class=\"CodeRay\"><tr>\n  <td class=\"line-numbers\" title=\"double click to toggle\" ondblclick=\"with (this.firstChild.style) { display = (display == '') ? 'none' : '' }\"><pre><a href=\"#n1\" name=\"n1\">1</a>\n<a href=\"#n2\" name=\"n2\">2</a>\n<a href=\"#n3\" name=\"n3\">3</a>\n<a href=\"#n4\" name=\"n4\">4</a>\n<a href=\"#n5\" name=\"n5\">5</a>\n<a href=\"#n6\" name=\"n6\">6</a>\n<a href=\"#n7\" name=\"n7\">7</a>\n<a href=\"#n8\" name=\"n8\">8</a>\n<a href=\"#n9\" name=\"n9\">9</a>\n<strong><a href=\"#n10\" name=\"n10\">10</a></strong>\n<a href=\"#n11\" name=\"n11\">11</a>\n<a href=\"#n12\" name=\"n12\">12</a>\n<a href=\"#n13\" name=\"n13\">13</a>\n<a href=\"#n14\" name=\"n14\">14</a>\n<a href=\"#n15\" name=\"n15\">15</a>\n<a href=\"#n16\" name=\"n16\">16</a>\n<a href=\"#n17\" name=\"n17\">17</a>\n<a href=\"#n18\" name=\"n18\">18</a>\n<a href=\"#n19\" name=\"n19\">19</a>\n<strong><a href=\"#n20\" name=\"n20\">20</a></strong>\n<a href=\"#n21\" name=\"n21\">21</a>\n<a href=\"#n22\" name=\"n22\">22</a>\n<a href=\"#n23\" name=\"n23\">23</a>\n<a href=\"#n24\" name=\"n24\">24</a>\n<a href=\"#n25\" name=\"n25\">25</a>\n<a href=\"#n26\" name=\"n26\">26</a>\n<a href=\"#n27\" name=\"n27\">27</a>\n<a href=\"#n28\" name=\"n28\">28</a>\n<a href=\"#n29\" name=\"n29\">29</a>\n<strong><a href=\"#n30\" name=\"n30\">30</a></strong>\n<a href=\"#n31\" name=\"n31\">31</a>\n<a href=\"#n32\" name=\"n32\">32</a>\n<a href=\"#n33\" name=\"n33\">33</a>\n<a href=\"#n34\" name=\"n34\">34</a>\n<a href=\"#n35\" name=\"n35\">35</a>\n<a href=\"#n36\" name=\"n36\">36</a>\n<a href=\"#n37\" name=\"n37\">37</a>\n<a href=\"#n38\" name=\"n38\">38</a>\n<a href=\"#n39\" name=\"n39\">39</a>\n<strong><a href=\"#n40\" name=\"n40\">40</a></strong>\n<a href=\"#n41\" name=\"n41\">41</a>\n<a href=\"#n42\" name=\"n42\">42</a>\n<a href=\"#n43\" name=\"n43\">43</a>\n<a href=\"#n44\" name=\"n44\">44</a>\n<a href=\"#n45\" name=\"n45\">45</a>\n<a href=\"#n46\" name=\"n46\">46</a>\n</pre></td>\n  <td class=\"code\"><pre><span title=\"Plain\">user www-data;\nworker_processes  4;\n\nerror_log  /opt/nginx/logs/error.log;\npid        /var/run/nginx.pid;\n\nevents {\n    worker_connections  8192;\n    use epoll;\n}\n\nhttp {\n    passenger_root /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.11;\n    passenger_ruby /usr/local/bin/ruby; \n    \n    (Du skal copy/paste de linjer ind ovenover som passenger fort\u00e6ller dig)\n\n    include       /opt/nginx/conf/mime.types;\n\n    # set a default type for the rare situation that\n    # nothing matches from the mimie-type include\n    default_type application/octet-stream;\n\n    # This log format is compatible with any tool like awstats\n    # that can parse standard apache logs.\n    log_format main '$remote_addr - $remote_user [$time_local] '\n                    '&quot;$request&quot; $status $body_bytes_sent &quot;$http_referer&quot; '\n                    '&quot;$http_user_agent&quot; &quot;$http_x_forwarded_for&quot;' ;\n\n    access_log  /opt/nginx/logs/access.log;\n\n    sendfile        on;\n    tcp_nopush     on;\n\n    keepalive_timeout  0;\n    tcp_nodelay        on;\n\n    gzip  on;\n    gzip_disable &quot;MSIE [1-6]\\.(?!.*SV1)&quot;;\n    gzip_http_version 1.0;\n    gzip_comp_level 2;\n    gzip_proxied any;\n    gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;\n\n    include /opt/nginx/conf/sites-enabled/*;\n}</span></pre></td>\n</tr></table>\n");
