2803media commented on issue #9526:
URL: https://github.com/apache/trafficserver/issues/9526#issuecomment-1472400638

   thanks @mlibbey for your reply it's help me to understand the ATS process
   
   As my apache server ports are 80 and 443 and I want to cache all requests, 
is not the simple solution to use 80 and 443 in ATS record conf like that:
   
   `CONFIG proxy.config.http.server_ports STRING 80:ipv4 443:ipv4:ssl`
   
   And in remap conf:
   
   ```
   map https://tiles.example.com/ https://tiles.example.com:443/
   map http://tiles.example.com/ http://tiles.example.com:80/
   ```
   
   Or no need of map because those are the default ports?
   
   Does it the way it may work?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to