help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version (eg, 20.0.5): 20.07.1
Operating system and version (eg, Ubuntu 20.04): Ubuntu 20.04 LTS
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.41
PHP version (eg, 7.4): 7.4.3
The issue you are facing:
Hi, community members.
I can access my Nextcloud if I type sample.domain.com:444. Sure, that works fine. It will lead me to the site. However, once in there, the URL bar shows the number 444. Is that normal? Is it always like that? I was expecting that it will be hidden. If that isn’t normal behaviour, what should I do to hide it? Is it something I shouldn’t be worried about?
I think it goes through port 81 first on very first connect, then within snap it gets converted to 444. But, that’s just my guess. I placed the RewriteRule in there so that when I type subdomain.domain.com it would go directly to 444 without having to go through 81.
I’m a newbie though, so yeah, please tell me if this is wrong and what should I do?
(this line is for nextcloud sees the ip of the client requesting access and not the ip of your reverse proxy which in your case is 127.0.0.1 => internal ip)
after that , do this command: sudo a2enmod remoteip and restart apache