<?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 - I have no images or styling as described in the sticky</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>I have no images or styling as described in the sticky</title>
<content:encoded><![CDATA[<p>I have the issue that is described in the troubleshooting thread.  However, selfoss looks and functions perfectly inside my LAN, but not when outside of it through a browser.  The android app works great. Loading through a browser on android or a computer outside my network results in the no images or styling issue.</p>
<p>I am using nginx so I think the .htaccess file doesn't do anything and I'm not sure how to enable mod_rewrite and mod_headers with nginx.  From my research I believe you achieve the same thing through the nginx.conf file with &quot;try_files&quot;.  Is that correct?  Here is the relavent section of my nginx.conf:</p>
<p>location /selfoss {<br />
    root /usr/share/webapps;<br />
    access_log /var/log/nginx/rss.access.log;<br />
    error_log /var/log/nginx/rss.error.log;<br />
    location ~ \.php$ {<br />
        fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;<br />
        fastcgi_index index.php;<br />
        include fastcgi.conf;<br />
    }<br />
    location ~ ^/selfoss/((favicons|thumbnails)/.+)$ {<br />
        try_files /selfoss/data/$1 =404;<br />
    }<br />
    location ~ ^/selfoss/$ {<br />
        index index.php;<br />
    }<br />
    location ~ ^/selfoss/(.+)$ {<br />
        try_files /selfoss/public/$1 /selfoss/index.php$is_args$args;<br />
    }</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1232</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1232</guid>
<pubDate>Fri, 17 Feb 2017 02:21:53 +0000</pubDate>
<dc:creator>flammenwurfer</dc:creator>
</item>
</channel>
</rss>
