Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Lathanao/PHP-Nginx-Mysql-configuration-for-PrestaShop-1.7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server configuration files for PrestaShop 1.7

PHP, FPM, Nginx, Mysql 8 Files configurations for PrestaShop 1.7. Just need to copy past files or make some sim links. Have to fill Nginx files with your shop domain. Php and FPM configuration is really light.

Finally, it just works well enough for me.

Directory tree

Most of the setup could be ajust again follow the machine you have. Just test before then adapt with your own setting.

.
│
├── mysql
│   └── mysql.cnf                               # Just a conf file
│
├── nginx                                       # Test files (alternatively `spec` or `tests`)
│   ├── sites-available                    
│   │   ├── adminer.conf                        # Just a basic config for Adminer
│   │   ├── nginx_example_for_PS16.conf         # Old conf for ps1.6, works for ThirtyBees
│   │   └── nginx_example_for_PS17.conf         # Configuration for 1.7
│   └── nginx.conf
│
└── php                                         # Just a light setting for Php
    └── 7.2
        ├── pool.d
        │   └── www.conf                        # Just a basic config for www pool
        ├── php.ini                             # Basic config for PHP
        └── php-fpm.conf                        # Basic config for FPM

Credits / Resources

About

Prestashop configuration with Nginx, PHP and OpCache

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published