aboutsummaryrefslogtreecommitdiff
path: root/utils/nginx-dev.conf
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-03-11 16:09:26 -0500
committerChristian Cleberg <hello@cleberg.net>2025-03-11 16:09:26 -0500
commit75cb2408e9251a32779a2c8814d4aaf1a0aae57c (patch)
treefddf8653aa26a9486ed9e2f56c2215b1742f9f92 /utils/nginx-dev.conf
parentb6068f40908e9185fa8b04df1ebde52866f81296 (diff)
downloadcleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.gz
cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.bz2
cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.zip
move from cleberg.net to cmc.pub
Diffstat (limited to 'utils/nginx-dev.conf')
-rw-r--r--utils/nginx-dev.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/nginx-dev.conf b/utils/nginx-dev.conf
index ed94af7..2620df2 100644
--- a/utils/nginx-dev.conf
+++ b/utils/nginx-dev.conf
@@ -1,12 +1,12 @@
server {
- server_name cleberg.net www.cleberg.net;
+ server_name cmc.pub www.cmc.pub;
root /usr/share/nginx/html;
index index.html;
autoindex on;
- access_log /var/log/nginx/cleberg.net.access.log;
- error_log /var/log/nginx/cleberg.net.error.log;
+ access_log /var/log/nginx/cmc.pub.access.log;
+ error_log /var/log/nginx/cmc.pub.error.log;
location / {
try_files $uri $uri/ =404;