admin user in console and .htaccess auto with NGINX
admin user in console and .htaccess auto with NGINX
Hello.
Could you please suggest a correct way of working with user admin in console? Admin has a dummy /sbin/nologin shell in /etc/passwd I may change it to /bin/bash but i am not sure it's right choice.
I often need to make manual changes in /home/admin/web/* dir while working on my sites since i am the owner of VPS.
Another question is any possibility to use instructions in .htaccess file automatically if Vesta is in Web Template NGINX mode? There are choices like WP, Drupal etc. However what if it's some other script.
Could you please suggest a correct way of working with user admin in console? Admin has a dummy /sbin/nologin shell in /etc/passwd I may change it to /bin/bash but i am not sure it's right choice.
I often need to make manual changes in /home/admin/web/* dir while working on my sites since i am the owner of VPS.
Another question is any possibility to use instructions in .htaccess file automatically if Vesta is in Web Template NGINX mode? There are choices like WP, Drupal etc. However what if it's some other script.
Re: admin user in console and .htaccess auto with NGINX
Something like this:spell wrote:Could you please suggest a correct way of working with user admin in console? Admin has a dummy /sbin/nologin shell in /etc/passwd I may change it to /bin/bash but i am not sure it's right choice.
I often need to make manual changes in /home/admin/web/* dir while working on my sites since i am the owner of VPS.
admin - only to manage users
users - all other users with sites
There no such feature yet.spell wrote:Another question is any possibility to use instructions in .htaccess file automatically if Vesta is in Web Template NGINX mode? There are choices like WP, Drupal etc. However what if it's some other script.
When you install nginx+php5-fpm there is some ready conf files.