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