diff options
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; |
