• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk 11.5 CLI : Nginx Static Content Processing

paulieG

Regular Pleskian
Hi,

According to the help on /usr/local/psa/bin one of these commands should actually work :

CT-3001-bash-4.1# /usr/local/psa/bin/domain -u pagwag.co.uk -nginx-serve-static true -nginx-static-extensions ''
SUCCESS: Update of domain 'pagwag.co.uk' completed.
CT-3001-bash-4.1# /usr/local/psa/bin/domain -u pagwag.co.uk -nginx-serve-static true -nginx-static-extensions 'zip'
SUCCESS: Update of domain 'pagwag.co.uk' completed.
CT-3001-bash-4.1# /usr/local/psa/bin/domain -u pagwag.co.uk -nginx-serve-static false -nginx-static-extensions 'zip'
SUCCESS: Update of domain 'pagwag.co.uk' completed.
CT-3001-bash-4.1# /usr/local/psa/bin/domain -u pagwag.co.uk -nginx-serve-static false
SUCCESS: Update of domain 'pagwag.co.uk' completed.

However none do... static files processing remains off in the GUI and in the configuration file.

Anyone else experienced this?

Paul.
 
Back
Top