2021-11-09 10:58:55
This commit is contained in:
@@ -17,6 +17,14 @@ bash -x bonus.sh -u
|
||||
- Click on the white background
|
||||
- Type `thisisunsafe`
|
||||
|
||||
```
|
||||
# HTTP (4243 instead of 80) -- redirect to HTTPS
|
||||
curl -v http://localhost:4243
|
||||
|
||||
# HTTPS (4244 instead of 443)
|
||||
curl -sk https://localhost:4244 | less
|
||||
```
|
||||
|
||||
Debian Preseed:
|
||||
- [Preseed](https://wiki.debian.org/DebianInstaller/Preseed)
|
||||
- [Automating the installation using preseeding](https://www.debian.org/releases/stable/amd64/apb.en.html)
|
||||
@@ -45,6 +53,7 @@ Wordpress:
|
||||
Lighttpd:
|
||||
- [Install Lighttpd with PHP and MariaDB](https://www.howtoforge.com/how-to-install-lighttpd-with-php-and-mariadb-on-debian-10/)
|
||||
- [How to install lighttpd on Debian](https://www.osradar.com/install-lighttpd-debian-10/)
|
||||
- [lighttpd redirect from custom HTTP port to HTTPS](https://stackoverflow.com/questions/62109311/lighttpd-redirect-from-custom-http-port-81-to-https-port-443)
|
||||
|
||||
```
|
||||
curl -sLo preseed.cfg https://www.debian.org/releases/stable/example-preseed.txt
|
||||
|
||||
Reference in New Issue
Block a user