diff --git a/Nginx/default.conf.template b/Nginx/default.conf.template index 81412429b3..558af0476b 100644 --- a/Nginx/default.conf.template +++ b/Nginx/default.conf.template @@ -43,7 +43,7 @@ server { gzip_proxied no-cache no-store private expired auth; gzip_min_length 1000; - listen 80 http2; + listen 7849 http2; server_name oneuptime-opentelemetry-collector ${OTEL_COLLECTOR_HOST}; @@ -83,7 +83,7 @@ server { gzip_proxied no-cache no-store private expired auth; gzip_min_length 1000; - listen 80 http2; + listen 7849 http2; server_name oneuptime-fluentd-collector ${FLUENTD_HOST}; @@ -118,7 +118,7 @@ server { gzip_proxied no-cache no-store private expired auth; gzip_min_length 1000; - listen 80 default_server; + listen 7849 default_server; server_name _; # All domains. @@ -231,7 +231,7 @@ server { gzip_proxied no-cache no-store private expired auth; gzip_min_length 1000; - listen 443 ssl default_server; # Port HTTPS + listen 7850 ssl default_server; # Port HTTPS ssl_certificate /etc/nginx/certs/StatusPageCerts/$ssl_server_name.crt; @@ -327,7 +327,7 @@ server { gzip_proxied no-cache no-store private expired auth; gzip_min_length 1000; - listen 80 http2; + listen 7849 http2; server_name localhost ingress ${HOST}; #All domains diff --git a/docker-compose.base.yml b/docker-compose.base.yml index e562b92fc6..fbe8f80f70 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -346,8 +346,8 @@ services: environment: <<: *common-server-variables ports: - - '${ONEUPTIME_HTTP_PORT}:80' - - '${ONEUPTIME_HTTPS_PORT}:443' + - '${ONEUPTIME_HTTP_PORT}:7849' + - '${ONEUPTIME_HTTPS_PORT}:7850' logging: driver: "local" options: