cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who rated this post

to upload an import large configuration files you will need to edit the file with the values shown below.

 

After editing let us know if you are able to import your panporama configuration.

 

sudo vi /etc/php/7.0/apache2/php.ini

 

Modify:

 

post_max_size = 250M

upload_max_filesize = 250M

 

restart the Apache with

 

sudo systemctl restart apache2

Who rated this post