apache2 - How to have apache serve nextcloud index when pointing directly to the server url? - Ask Ubuntu

seem have made mistake in trying fix issue letsencrypt, , when enter url server, list of directories opposed nextcloud index.php (which serving default before).
i don't know of change have made along way should cause this, it's happening anyway. guess chance learn.
how can have server go straight url.etc/owncloud opposed showing pair of folders?
p.s. i'm not apache expert did before asking , nothing jumped out @ me. p.s. 2 couldn't think of better title - feel free edit (i'm tired, honest).
i found issue. problem non-default site accidentally enabled (how, don't know, never manually enabled it), site being instance of collabora office online (which has yet actually... work).
- to find out sites enabled, had run:
apache2ctl -s - then, had disable offender:
a2dissite office. - then restart server:
service apache2 restart.
note: 14.04 server, last command systemctl restart apache2 on 16.04 , up.
many muru pointing me in right direction.
Comments
Post a Comment