Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


OwnCloud - Nginx Conf
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

OwnCloud - Nginx Conf

fresher_06fresher_06 Member
edited February 2013 in Help

Hi All,

I have just updated to owncloud Version 4.5.7 and now when i logged in the whole screen looked messed up because of some Rewrite issues.
This issue has been addressed in https://github.com/owncloud/documentation/issues/21 but still wondering if anyone of you have tried or have got some success here.
For me til the Version 4.0.11 works fine.

Comments

  • flyfly Member
    edited February 2013

    works for me

    http://p.voltaire.sh/5

  • Can you screen shot it? I think I had a similar problem (which I fixed), just want to make sure it's related.

  • mikhomikho Member, Host Rep

    I did install it once with nginx and had the same issue, after 2-3 days of testing different rewrite rules I got it working. Only to find out that the free version didn't have smartphone support.

    In an act of wrath, I reinstalled the vps, loosing all settings I had done without saving the config.

  • Er? Download a WebDAV app?

  • flyfly Member
    edited February 2013

    no, i'm not gonna screenshot my owncloud setup.

    nothing shows up in error console, and everything loads correctly as far as I can tell

  • NoxterNoxter Member
    edited February 2013

    I'm not asking you for a screen shot boss, rather the OP.

    Basically if it looks as if it's only loading text (no structure, no images)... that is the problem I had (which is easily fixed).

  • @Noxter could you please share your nginx conf file , if you dont mind ..
    I am getting the below error starting with

    http://myserver.com/remote.php/core.js ---Failed to load resource: the server responded with a status of 404 (Not Found)

  • @fresher_06 said: @Noxter could you please share your nginx conf file , if you dont mind ..

    I am getting the below error starting with

    If you have done some Googling you should be able to find this article I wrote :)

    http://www.zayblog.com/computer-and-it/2012/10/21/how-to-configure-owncloud-on-a-lnmp-linux-niginx-mysql-php-fpm-stack/

  •         location @webdav {
                    
                    fastcgi_split_path_info ^(.+\.php)(/.*)$;
                    fastcgi_pass unix:/var/run/php-fpm.sock;
                    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                    include fastcgi_params;
    
            }
    

    I think thats the part you want? otherwise, all the images and js/css are loading correctly, take a look at my paste earlier

  • It isn't nginx only. I also got it with the default apache installation.

Sign In or Register to comment.