diff options
Diffstat (limited to 'content/prise_en_main/web/publier-le-contenu.md')
-rw-r--r-- | content/prise_en_main/web/publier-le-contenu.md | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/content/prise_en_main/web/publier-le-contenu.md b/content/prise_en_main/web/publier-le-contenu.md index 10b44aa..2c70d83 100644 --- a/content/prise_en_main/web/publier-le-contenu.md +++ b/content/prise_en_main/web/publier-le-contenu.md @@ -4,4 +4,28 @@ description: Comment mettre en ligne son contenu sort_by: weight date: 2022-09-01 weight: 5 ----
\ No newline at end of file +--- + +parler du .awsrc + + +aws s3 website giraud.eu --index-document index.html --error-document erreur.html + +ou + +aws s3api put-bucket-website --bucket <ton bucket> --website-configuration ' +{ + "ErrorDocument": { + "Key": "/errors/4xx.html" + }, + "IndexDocument": { + "Suffix": "index.html" + } +} +' + + + + + +Fécilicitation ! -> badges
\ No newline at end of file |