summaryrefslogtreecommitdiff
path: root/codegolf.nginx.conf
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-06-10 17:59:35 -0500
committerDaniel Hader <[email protected]>2026-06-10 17:59:35 -0500
commita0072eac55954bcb4576a9c37530b89cf49bd93e (patch)
treea45a0d9d11f6830bf8e160372d2980ce29fee528 /codegolf.nginx.conf
parent5648fed8df952d7c52ae0dd20e2c238eee468f81 (diff)
removed nginx config from repo
Diffstat (limited to 'codegolf.nginx.conf')
-rw-r--r--codegolf.nginx.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/codegolf.nginx.conf b/codegolf.nginx.conf
deleted file mode 100644
index fa38266..0000000
--- a/codegolf.nginx.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-
-server {
- listen 80;
- #server_name danielhader.net;
- server_name codegolf.localhost;
-
- location / {
- root /var/www/codegolf;
- }
-} \ No newline at end of file