From 25ea32904b9ca333a10d45d3a68f822a64505737 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 8 Apr 2014 22:55:48 +0200 Subject: [PATCH] update docs after renames --- doc/apache2.txt | 6 +++--- doc/sudo.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/apache2.txt b/doc/apache2.txt index bfeb12f..db60660 100644 --- a/doc/apache2.txt +++ b/doc/apache2.txt @@ -7,11 +7,11 @@ SSLEngine Off ServerName dyndns.example.com ServerAdmin webmaster@example.com - DocumentRoot /var/www/dyndns - DirectoryIndex dyndns.py + DocumentRoot /var/www/tdyndns + DirectoryIndex tdyndns.py ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined - + SetHandler cgi-script Options ExecCGI FollowSymLinks RewriteEngine on diff --git a/doc/sudo.txt b/doc/sudo.txt index c2c11e8..628a9cb 100644 --- a/doc/sudo.txt +++ b/doc/sudo.txt @@ -1,2 +1,2 @@ -# place something like this in /etc/sudoers.d/dyndns -www-data ALL = NOPASSWD: /usr/local/bin/nsupdate_dyndns +# place something like this in /etc/sudoers.d/tdyndns +www-data ALL = NOPASSWD: /usr/local/bin/tdyndns_update -- 2.39.5