This commit is contained in:
Evan Lanham
2022-03-24 00:28:48 -06:00
parent f7e82d1f5a
commit 0659a9736e
30 changed files with 506 additions and 140 deletions
+3 -2
View File
@@ -2,9 +2,10 @@ events {
worker_connections 4096; ## Default: 1024
}
http {
include /etc/nginx/mime.types;
server {
listen 8080;
listen [::]:8080;
listen 80;
listen [::]:80;
location / {
root /usr/share/nginx/html/;
index index.html index.htm;