Compare commits

...

2 commits

Author SHA1 Message Date
j
140b7454e0 add sudo example 2024-06-19 12:03:11 +02:00
j
9ed5a4abd9 listen on ipv6 port by default 2024-06-19 12:01:08 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ server {
#server_name pandora.YOURDOMAIN.COM;
listen 80 default;
listen [::]:80 default;
access_log /var/log/nginx/pandora.access.log;
error_log /var/log/nginx/pandora.error.log;

1
etc/sudoers.d/pandora Normal file
View file

@ -0,0 +1 @@
pandora ALL=(ALL:ALL) NOPASSWD:/usr/local/bin/pandoractl