mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
user_manual/troubleshooting: Correct web server name
The synthax for URL redirects refers to a lighttpd, not a nginx web server.
This commit is contained in:
parent
a010552693
commit
2c273b7786
@ -46,7 +46,7 @@ create or edit the :file:`.htaccess` file and add the following lines::
|
||||
Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav
|
||||
Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav
|
||||
|
||||
If you use Nginx as web server, the setting looks something like::
|
||||
If you use lighttpd as web server, the setting looks something like::
|
||||
|
||||
url.redirect = (
|
||||
"^/.well-known/carddav" => "/owncloud/remote.php/carddav",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user