diff --git a/conf/eval.conf b/conf/eval.conf
index 5f74b98..b0f69d2 100644
--- a/conf/eval.conf
+++ b/conf/eval.conf
@@ -29,13 +29,21 @@ server:{
autoindex:on;
}
location:{
- name:/cgi-bin;
+ name:/cgi-bin/;
cgi_enabled: true;
alias:./www/web6;
allow_methods: GET, POST, DELETE;
autoindex:on;
cgi_extension:cgi, py, sh;
}
+ location:{
+ name:/cgi-bin2/;
+ cgi_enabled: true;
+ alias:./www/web5;
+ allow_methods: GET, POST, DELETE;
+ autoindex:on;
+ cgi_extension:cgi, py, sh;
+ }
location:{
name:/cgi-no-bin;
diff --git a/www/web2/README.md b/www/web2/README.md
deleted file mode 100644
index bd800f3..0000000
--- a/www/web2/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-Simple website created using HTML, CSS & Javascript with smooth scroll effect
-
-Watch the full tutorial on how I built this website on my Youtube @Brian Design https://youtu.be/3-2Pj5hxwrw
-
diff --git a/www/web3/index2.html b/www/web3/index2.html
deleted file mode 100644
index 4b5b99c..0000000
--- a/www/web3/index2.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
- Simple Form with POST and DELETE
-
-
- Submit Your Information
-
-
- Delete Data
-
-
-
-
-
diff --git a/www/web3/index3.html b/www/web3/index3.html
deleted file mode 100644
index 35666cc..0000000
--- a/www/web3/index3.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
- File Upload with POST and DELETE
-
-
- Upload Files
-
-
- Delete Uploaded File
-
-
-
-
-
-
diff --git a/www/web3/index4.html b/www/web3/index4.html
deleted file mode 100644
index 4358882..0000000
--- a/www/web3/index4.html
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
- File Upload and Delete
-
-
-
-
-
Upload File
-
-
- Delete File
-
-
-
-
-
-
-
diff --git a/www/web3/index5.html b/www/web3/index5.html
deleted file mode 100644
index 66d5edc..0000000
--- a/www/web3/index5.html
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
- File Upload and Delete
-
-
-
-
-
Upload File
-
-
- Delete File
-
-
-
-
-
-
-
diff --git a/www/web3/uploads/uploads.jpg b/www/web3/uploads/uploads.jpg
new file mode 100644
index 0000000..f127000
Binary files /dev/null and b/www/web3/uploads/uploads.jpg differ
diff --git a/www/web5/42.mp4 b/www/web5/42.mp4
deleted file mode 100644
index 86557f7..0000000
Binary files a/www/web5/42.mp4 and /dev/null differ