CONTENTS
Lastmodified 2021-06-06 (日) 09:42:07
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 2201:本日 1:昨日 1