aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-15 16:50:28 -0600
committerParker <contact@pkrm.dev>2024-11-15 16:50:28 -0600
commitc416b06dd10ed6faafd26a2ec65687c743f1f958 (patch)
tree0503bd0ac9742f575c999880f25186733d770647
parent19690853467d9a7bdd8e8337f5a7b6287ae537c8 (diff)
Change listen port
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index 2eee1b4..725c6b9 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -1,5 +1,5 @@
server {
- listen 5252;
+ listen 6464;
# Serve React static files
location / {