1er serveur qui marche (youpi)

lou
Justin CARVALHEIRO 2 years ago
parent 6c252ecd3b
commit a3dd984262

@ -0,0 +1,3 @@
FROM httpd:alpine3.18
COPY ./public_html/ /usr/local/apache2/htdocs/

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTTP Smuggling</title>
</head>
<body>
<h1>Hello World !</h1>
</body>
</html>
Loading…
Cancel
Save