Hi Dos,

1- As Les mentioned, the best option to host an SSL static site is to use 
Firebase <https://firebase.google.com/docs/hosting/>, GAE Standard 
<https://cloud.google.com/appengine/docs/standard/php/getting-started/hosting-a-static-website>,
 
or additionally use Cloud Storage 
<https://cloud.google.com/storage/docs/static-website#https>. 
2- "Strict-Transport-Security" in PHP usually look like this: 

<?php
//Tell browser site it should only be loaded over https
header("Strict-Transport-Security:max-age=31536000");
?>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2424481a-c851-48fe-a4a0-80b6dd01fa25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to