aboutsummaryrefslogtreecommitdiff
path: root/nginx/homepage-testing.conf
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-12-27 14:09:12 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-12-27 14:09:12 -0500
commitd79ee9654260c707564bee1cb0e4f7cce586e879 (patch)
treedd7369287f57480f183c47ad301527b48a9404d2 /nginx/homepage-testing.conf
parentfad3843b2ba6176a4c0834b66e27584fcf7aed17 (diff)
clean up
Diffstat (limited to 'nginx/homepage-testing.conf')
-rw-r--r--nginx/homepage-testing.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/nginx/homepage-testing.conf b/nginx/homepage-testing.conf
deleted file mode 100644
index 8b308c5..0000000
--- a/nginx/homepage-testing.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# http server
-server {
- listen 80 ;
- listen [::]:80 ;
- server_name jackjamison.net;
-
- location / {
- root /var/www/homepage;
- index index.html;
- error_page 404 404.html;
- try_files $uri $uri/ =404;
- }
-} \ No newline at end of file