From 1e58d7e92a95d7374c1e1a93d6119a1691c3ed9d Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 12 Jul 2022 10:57:36 -0500 Subject: [PATCH] make nginx listen on 8008 --- .platform/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.platform/nginx/nginx.conf b/.platform/nginx/nginx.conf index fd109934..440aad29 100644 --- a/.platform/nginx/nginx.conf +++ b/.platform/nginx/nginx.conf @@ -26,6 +26,7 @@ http { server { listen 80 default_server; + listen 8008 default_server; access_log /var/log/nginx/access.log main; client_header_timeout 60;