#author("2021-06-06T09:41:27+09:00","default:kuji","kuji")
#author("2021-06-06T09:42:07+09:00","default:kuji","kuji")
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Nextcloud 21.0.2 にUPすると [#d9e8c2de]

Apache 24

 Webサーバーは適切にホスト名 "/.well-known/webfinger" が引けるように設定されていません。より詳しい情報については、ドキュメントを参照ください。
 
 Webサーバーは適切にホスト名 "/.well-known/nodeinfo" が引けるように設定されていません。より詳しい情報については、ドキュメントを参照ください。

と言うエラーが出る。https://github.com/nextcloud/server/issues/25753

 Alias /nextcloud /usr/local/www/nextcloud/
        AcceptPathInfo On
        KeepAlive On
        <Directory /usr/local/www/nextcloud/>
            AllowOverride All
            Require all granted
            Header set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
            
            <IfModule mod_dav.c>
		    Dav off
	        </IfModule>
           
        </Directory>
        
        
        Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
        Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav
 # https://github.com/nextcloud/server/issues/25753
        Redirect 301 /.well-known/webfinger /nextcloud/index.php/.well-known/webfinger
        Redirect 301 /.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo
        Redirect 301 /.well-known/webfinger /nextcloud/index.php/.well-known/webfinger    ←追加
        Redirect 301 /.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo   ←追加
 
 SetEnv HOME /usr/local/www/nextcloud
 SetEnv HTTP_HOME /usr/local/www/nextcloud
 

----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS