Compare commits
2 commits
d7b2cb18f7
...
140b7454e0
Author | SHA1 | Date | |
---|---|---|---|
140b7454e0 | |||
9ed5a4abd9 |
2 changed files with 2 additions and 0 deletions
|
@ -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
1
etc/sudoers.d/pandora
Normal file
|
@ -0,0 +1 @@
|
|||
pandora ALL=(ALL:ALL) NOPASSWD:/usr/local/bin/pandoractl
|
Loading…
Reference in a new issue