Change nginx port

This commit is contained in:
SeanOMik 2023-04-20 19:00:30 -04:00
parent 2c24374021
commit 6c311e4164
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ data:
events {}
http {
server {
listen 80 backlog=16384;
listen 6543 backlog=16384;
root /var/www/html;
# security headers
add_header X-XSS-Protection "1; mode=block" always;

View File

@ -27,7 +27,7 @@ spec:
main:
ports:
http:
port: 80
port: 6543
probes:
liveness: