This commit is contained in:
Ralf Becker 2020-02-13 10:54:07 +01:00
parent a237ae0b99
commit 43944e6721

View File

@ -112,7 +112,7 @@ server {
} }
# redirect /egroupware to /egroupware/ # redirect /egroupware to /egroupware/
location = /egroupware { location = /egroupware {
return 301 $redirectscheme://$host/egroupware/index.php; return 301 $scheme://$host/egroupware/index.php;
} }
# Collabora sniplet meant to be included in server block of EGroupware vhost # Collabora sniplet meant to be included in server block of EGroupware vhost