diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 17:00:46 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-13 17:00:46 -0400 |
| commit | d7dcab610dc3bf090b6ca09d5bce7064e20d9e47 (patch) | |
| tree | 5f4c4d5aaace112ecdb275f89b177661075ac651 /nginx/homepage.conf | |
| parent | 0818881ff07c9f2bb1e1fa0f192fe7b79d93bdd1 (diff) | |
small improvements
Diffstat (limited to 'nginx/homepage.conf')
| -rw-r--r-- | nginx/homepage.conf | 4 |
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; |
