aboutsummaryrefslogtreecommitdiff
path: root/nginx/homepage.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/homepage.conf')
-rw-r--r--nginx/homepage.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/homepage.conf b/nginx/homepage.conf
index e6dd965..7f4c19b 100644
--- a/nginx/homepage.conf
+++ b/nginx/homepage.conf
@@ -1,4 +1,8 @@
server {
+ listen 80 ;
+ listen [::]:80 ;
+ server_name jackjamison.xyz ;
+
location / {
root /var/www/homepage;
index index.html;