Hi Jesse,

On 28 Aug 2020, at 07:10, Jesse Tayler via Webobjects-dev 
<webobjects-dev@lists.apple.com> wrote:

> I use AWS+Route53 for SSL and I really just want to force all requests to 
> HTTPS and I’m having trouble

This should be sufficient in vhosts.conf:

<VirtualHost *:80>
    ServerName foo.example.com
    Redirect permanent / https://foo.example.com/
</VirtualHost>


-- 
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to