aboutsummaryrefslogtreecommitdiff
path: root/content/prise_en_main/web/publier-le-contenu.md
diff options
context:
space:
mode:
authorvincent <vincent@deuxfleurs.fr>2022-09-06 22:57:49 +0200
committervincent <vincent@deuxfleurs.fr>2022-10-02 17:15:41 +0200
commit86a3c764f9315fa8e796ee67f5b549722c662040 (patch)
treed76a7eb57a3d661f9c90188780eb3edf74ca6c5a /content/prise_en_main/web/publier-le-contenu.md
parentb21c15c2ef13f89766b8579b580ada85e873719b (diff)
downloadguide.deuxfleurs.fr-86a3c764f9315fa8e796ee67f5b549722c662040.tar.gz
guide.deuxfleurs.fr-86a3c764f9315fa8e796ee67f5b549722c662040.zip
Configuration DNS
Diffstat (limited to 'content/prise_en_main/web/publier-le-contenu.md')
-rw-r--r--content/prise_en_main/web/publier-le-contenu.md26
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