Nextcloud Nginx Ubuntu 16.04 Installation Issue Web Interface

Hello!

I’m working on installing Nextcloud on my webhost as a subdomain with Nginx running as the webserver. I’m using Ubuntu 16.04 and the most current version of Nextcloud. I’m using MariaDB and PHP7.0. I’ve managed to get almost all the way there, however the web interface isn’t quite working. I’m currently stuck with it looking like this - https://imgur.com/sBY9XjG - Here is my Nginx config file for it - https://pastebin.com/iB1kEQ99. I do have the config file in my nginx/sites-enabled and as far as I can tell all permissions are correct. I’d greatly apprecaite any help with this.

In your nginx configuration is the location block for js/css/… files missing. Have a look here and change your config accordingly:
https://docs.nextcloud.com/server/13/admin_manual/installation/nginx.html

1 Like