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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user