diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-07-18 13:41:38 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-07-18 13:41:38 -0400 |
| commit | 9baa502c65c5dc716daafcbba60610bf238264bf (patch) | |
| tree | b2af1bd70cd469cc82e54093437fe1ed9b9a2eed /nginx/homepage-testing.conf | |
| parent | ff46ffbca469dbf4bb15e81bb945cf51088bb511 (diff) | |
update domain
Diffstat (limited to 'nginx/homepage-testing.conf')
| -rw-r--r-- | nginx/homepage-testing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/homepage-testing.conf b/nginx/homepage-testing.conf index dce9389..8b308c5 100644 --- a/nginx/homepage-testing.conf +++ b/nginx/homepage-testing.conf @@ -2,7 +2,7 @@ server { listen 80 ; listen [::]:80 ; - server_name jackjamison.xyz; + server_name jackjamison.net; location / { root /var/www/homepage; |
