Hi guys,
Yesterday I installed + setup Owncloud into my Ubuntu server. I also put SSL + and redirect from https://domain.tld:port/owncloud to https://subdomain.domain.tld:port. It seems everything is OK, but I have two problems:
Expected behaviour
1.- If I try to enter to the assigned IP in my local network (192.168.x.x), it obviously does not work. I would like to know how to setup the server to allow me to enter from local network too.
2.- A second problem is that I can enter to my domain using https://subdomain.domain.tld:port or https://subdomain.domain.tld:port/owncloud, so I would like to "delete" the "/owncloud" part and just enter via https://subdomain.domain.tld:port
Server configuration
Operating system: Ubuntu server 16.04
Web server: Apache
Database: MySQL
PHP version: 7
ownCloud version (see ownCloud admin page): ownCloud 9.1.0 (stable)
Updated from an older ownCloud or fresh install: no
ownCloud log (data/owncloud.log, see https://central.owncloud.org/t/how-to-find-webserver-or-oc-logfile-enable-php-logfile/808): no necessary
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption): SSL?
Integrity status for oC9+
No errors have been found.
I think it should be easy but I cannot find a solution for my issues. Could someone help me?
Thanks a lot!