<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Anybody got it running with nginx?</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Anybody got it running with nginx? (reply)</title>
<content:encoded><![CDATA[<p>Thanks, that did the trick for me. Now the css is showing properly.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=198</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=198</guid>
<pubDate>Fri, 22 Mar 2013 14:23:54 +0000</pubDate>
<dc:creator>Kaffeine</dc:creator>
</item>
<item>
<title>Anybody got it running with nginx? (reply)</title>
<content:encoded><![CDATA[<p>I use your conf but still no css</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=196</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=196</guid>
<pubDate>Fri, 22 Mar 2013 08:57:17 +0000</pubDate>
<dc:creator>felixqu</dc:creator>
</item>
<item>
<title>Anybody got it running with nginx? (reply)</title>
<content:encoded><![CDATA[<p>Hi darkside40,</p>
<p>I'm running selfoss on my RaspberryPi on nginx and sqlite.</p>
<p>You problem is maybe the rewirtes in the .htaccess-file.<br />
Nginx doesn't use the .htaccess so you have to code the rewrites into the server-config.</p>
<p>Here's an example:</p>
<p>server {<br />
  listen 81;<br />
  server_name 123.456.789.000;<br />
  root /path/to/selfoss/;</p>
<p>  location ~* \ (gif|jpg|png) {<br />
 expires 30d;<br />
  }</p>
<p>  location ~ ^/favicons/.*$ {<br />
 try_files $uri /data/$uri;<br />
  }</p>
<p>  location / {<br />
 index index.php index.html index.htm;<br />
 try_files $uri /public/$uri /index.php$is_args$args;<br />
  }  </p>
<p>  # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000</p>
<p>  location ~ .php$ {<br />
     # fastcgi_pass 127.0.0.1:9000;<br />
       fastcgi_pass unix:/var/run/php5-fpm.sock;<br />
       fastcgi_index index.php;<br />
       fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;<br />
       include fastcgi_params;<br />
  }</p>
<p>}</p>
<p>The other problem (https) is the owncloud-server. If you change to https, your use port 443. But this port is (maybe) in use by your owncloud-server.<br />
You can switch off https in selfoss by editing the file<br />
selfoss/helpers/viw.php</p>
<p>comment or delete line 50:<br />
(isset($_SERVER[&quot;HTTPS&quot;])==&quot;on&quot; ? 's' : '') .</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=193</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=193</guid>
<pubDate>Thu, 21 Mar 2013 18:58:41 +0000</pubDate>
<dc:creator>Darkwing</dc:creator>
</item>
<item>
<title>Anybody got it running with nginx?</title>
<content:encoded><![CDATA[<p>Hi there,<br />
i just recently tried to let Selfoss run on my VPS using nginx as Webserver and MySQL as DB, without any success.</p>
<p>I followed the installation procedure and used the Config file from the Wiki as sketch.<br />
My simple problem is that i dont get it working at all with User/Password enabled (redirects me to my owncloud page running on the same VPS), when i disable  User/Pass i only get a white Page with a bit of text, without any Styles or JS.</p>
<p>I think there is some problem with the rewrite rules and that selfoss cant find its files with the config provided in the Wiki.</p>
<p>If somebody has the latest selfoss running with nginx, please give me some help.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=148</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=148</guid>
<pubDate>Tue, 19 Mar 2013 10:28:11 +0000</pubDate>
<dc:creator>darkside40</dc:creator>
</item>
</channel>
</rss>
