Articles in this section

How to get and set Additional Apache/Nginx directives via CLI?

kb: bug kb: fixed Plesk Onyx for Linux ABT: Group B

Applicable to:

  • Plesk for Linux

Question

How to get and set Additional Apache/Nginx directives via CLI?

Answer

Get directives
  1. Connect to the server via SSH
  2. Run the following command:

    # plesk bin domain --show-web-server-settings example.com

Set directives
  1. Connect to the server via SSH
  2. Using a preferred editor(for example, vi), insert or remove the directives in the following files:
    Apache2(HTTP): /var/www/vhosts/system/example.com/conf/vhost.conf
    Apache2(HTTPS): /var/www/vhosts/system/example.com/conf/vhost_ssl.conf
    Nginx: /var/www/vhosts/system/example.com/conf/vhost_nginx.conf
Was this article helpful?

Comments

4 comments
Date Votes
  • "Set" is not via CLI... 

    0
  • Hello, Damien Ransome

    Thank you, the article was updated.

    1
  • In "Set Directives", vhost.conf isn't true for NginX configuration. vhost_nginx.conf is the good answer
    -- Nginx: /var/www/vhosts/system/example.com/conf/vhost.conf
    ++ Nginx: /var/www/vhosts/system/example.com/conf/vhost_nginx.conf

    0
  • Hello, Support Dutiko

    Thank you, the article is updated.

    0

Please sign in to leave a comment.