mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Update Nginx and Docker ports to use custom ports 7849 and 7850
This commit is contained in:
parent
d49ba093f0
commit
7f98e469cc
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user