Merge pull request #2269 from vaibhavgeek/develop
Update zammad_ssl.conf
This commit is contained in:
commit
e2deedef28
1 changed files with 2 additions and 3 deletions
|
@ -28,9 +28,8 @@ server {
|
|||
root /var/www/html;
|
||||
}
|
||||
|
||||
location / {
|
||||
rewrite ^/(.*)$ https://example.com/$1 permanent;
|
||||
}
|
||||
return 301 https://example.com$request_uri;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue