ENABLE install & test nginx 4 / ADD install-nginx-restore

This commit is contained in:
Mitchell Krog 2019-06-29 12:47:20 +02:00
parent ab215af0f6
commit d152dda14d
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
7 changed files with 874 additions and 232 deletions

View file

@ -0,0 +1,9 @@
server {
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
}