mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
🔧 Update nginx docker configuration
This commit is contained in:
parent
a285e75c78
commit
1d584be254
@ -35,7 +35,7 @@ services:
|
||||
command:
|
||||
- rqworker
|
||||
nginx:
|
||||
command: nginx -g 'daemon off;' -c /etc/netbox-nginx/nginx.conf
|
||||
command: nginx -c /etc/netbox-nginx/nginx.conf
|
||||
image: nginx
|
||||
depends_on:
|
||||
- netbox
|
||||
|
@ -1,4 +1,3 @@
|
||||
daemon off;
|
||||
worker_processes 1;
|
||||
|
||||
error_log /dev/stderr info;
|
||||
|
Loading…
Reference in New Issue
Block a user