Skip to content

Commit

Permalink
Disable pid
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 0fead6e commit a5859ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tna-python/lib/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
worker_processes auto;
pid /run/nginx.pid;
# pid /run/nginx.pid;
error_log /var/log/nginx/error.log;

events {
Expand All @@ -22,7 +22,7 @@ http {
server {
listen 443 ssl;
listen [::]:443 ssl;
# http2 on;
# http2 on; # Diabled until Debian has a version of nginx >=1.25.1 that supports this syntax

ssl_certificate /etc/nginx/ssl/req.pem;
ssl_certificate_key /etc/nginx/ssl/key.pem;
Expand Down

0 comments on commit a5859ca

Please sign in to comment.