https://github.com/zzzkeil/webserver
https://github.com/zzzkeil/webserver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zzzkeil/webserver
- Owner: zzzkeil
- License: mit
- Created: 2020-03-07T18:51:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T10:05:24.000Z (about 1 month ago)
- Last Synced: 2025-03-23T10:21:55.536Z (about 1 month ago)
- Language: Shell
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A small nginx webserver with lets encrypt, tlsv1.3 only
### base install, just for multiple html sites, with index.html placeholder
.... (no php, no db installed)#### (beta) for Debian 11 ( in testing Ubuntu 20.04 )
```
wget -O debian_small_webserver.sh https://raw.githubusercontent.com/zzzkeil/webserver-nginx/master/debian_small_webserver.sh
chmod +x debian_small_webserver.sh
./debian_small_webserver.sh```
#### (work in progress, sometime)
```
addon to install php 8 and mariadb 10
```-
-
-
-
-
-
old but with php8 and mariadb.....
example: click to expand!
##### For Ubuntu 18.04 / 20.04:
```
wget -O webserver-nginx-php-mariadb.sh https://raw.githubusercontent.com/zzzkeil/webserver-nginx/master/old/webserver-nginx-php-mariadb.sh
chmod +x webserver-nginx-php-mariadb.sh
./webserver-nginx-php-mariadb.sh
```