Merge pull request #2269 from vaibhavgeek/develop

Update zammad_ssl.conf
This commit is contained in:
André Bauer 2018-10-07 22:39:34 +02:00 committed by GitHub
commit e2deedef28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,9 +28,8 @@ server {
root /var/www/html;
}
location / {
rewrite ^/(.*)$ https://example.com/$1 permanent;
}
return 301 https://example.com$request_uri;
}