Загрузка данных


admin1@NextCloud:~$ curl -I http://localhost

    Caution: You are using the Snap version of curl.
    Due to Snap's sandbox nature, this version has some limitations.
    For example, it may not be able to access hidden folders in your home directory
    or other restricted areas of the os.

    Which means you may encounter errors when using snap curl to download and execute some script.
    For those cases, you might want to use the native curl package.
    For details, see: https://github.com/boukendesho/curl-snap/issues/1
    
    To stop seeing this message, run the following command:
    $ curl.snap-acked

HTTP/1.1 301 Moved Permanently
Date: Thu, 28 May 2026 12:39:48 GMT
Server: Apache
Location: https://localhost:443/
Content-Type: text/html; charset=iso-8859-1

admin1@NextCloud:~$ curl -k -I http://localhost

    Caution: You are using the Snap version of curl.
    Due to Snap's sandbox nature, this version has some limitations.
    For example, it may not be able to access hidden folders in your home directory
    or other restricted areas of the os.

    Which means you may encounter errors when using snap curl to download and execute some script.
    For those cases, you might want to use the native curl package.
    For details, see: https://github.com/boukendesho/curl-snap/issues/1
    
    To stop seeing this message, run the following command:
    $ curl.snap-acked

HTTP/1.1 301 Moved Permanently
Date: Thu, 28 May 2026 12:39:57 GMT
Server: Apache
Location: https://localhost:443/
Content-Type: text/html; charset=iso-8859-1

admin1@NextCloud:~$