Update Nginx and Docker ports to use custom ports 7849 and 7850

This commit is contained in:
Simon Larsen 2024-04-19 18:11:48 +01:00
parent d49ba093f0
commit 7f98e469cc
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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: