Page 1 of 1

Web server guestions

PostPosted: Thu Jan 22, 2015 5:52 pm
by twiikker
Hello.

I was wondering this kind of thing.
Since it's easy to make own web server with symlink and then it would be mydns/mywebserver
But would it be possible to make it that box config page would be like mydns/admin and webserver just mydns?

like url:laciecloud = own webserver
and url:laciecloud/admin = NAS box configuration page

Re: Web server guestions

PostPosted: Thu Jan 22, 2015 6:21 pm
by Jocko
Hi twiikker,

Indeed this could be done by aliases but with your suggestion there are at least four issues :
- If we use a common name "laciecloud" (or "5big2" , ....) instead of the host nas name what happens if you have two cloud box ...
- for the proxy feature, the main url must be the host nas name (where the proxy feature is enabled)
- for the https server, use the main url is much more easy and in the other case a lot of changes must be done
- same thing with the webdav feature

(And for me, I'd rather keep the short url for the admin web interface :whistle )

Re: Web server guestions

PostPosted: Thu Jan 22, 2015 6:37 pm
by twiikker
Okey.

Thats what i wanted to know that there isn't currently some simple way to change it :)
I'll just go as it is then :)

Thanks for your answer.