blob: 2c70d8358bad3e9030c65e21bdbec86ff12ce15d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
title: Publier le contenu
description: Comment mettre en ligne son contenu
sort_by: weight
date: 2022-09-01
weight: 5
---
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
|