Reorder directory structure

/tftpboot -> /data
/tftpboot/index.php -> /srv/web/index.php
/tftp_provisioner.php -> /srv/tftp/tftp_provisioner.php

Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
Diederik de Groot
2020-03-16 08:06:10 +01:00
parent 22ae9c5ad1
commit ad70913459
2284 changed files with 23 additions and 275 deletions

View File

@@ -1,7 +1,7 @@
server {
listen 6970;
server_name tftp.servername.org;
root /data/development/sccp/sources/tftp/tftpboot;
root /data/development/sccp/sources/tftp/srv/web;
# Normal Logging
access_log /var/log/nginx/tftp1.access.log;