CONTENTS


Lastmodified 2021-06-06 (日) 09:42:07


Nextcloud 21.0.2 にUPすると

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   ←追加

SetEnv HOME /usr/local/www/nextcloud
SetEnv HTTP_HOME /usr/local/www/nextcloud

Total access 1973:本日 1:昨日 2

Counter: 1973, today: 1, yesterday: 2

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2021-06-06 (日) 09:42:07