mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-23 21:57:47 -06:00
Update project scaffolding
* Use nginx for static files * Add netbox to docker-compose * Lint source code * Update nginx.conf to actually work * Build a base `branch` tag for latest of that branch
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
daemon off;
|
||||
worker_processes 1;
|
||||
|
||||
error_log /dev/stderr info;
|
||||
@@ -18,7 +17,7 @@ http {
|
||||
client_max_body_size 10M;
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
listen 80;
|
||||
access_log off;
|
||||
|
||||
location /static/ {
|
||||
|
||||
Reference in New Issue
Block a user