Skip to content
Snippets Groups Projects
Verified Commit 045061da authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Please take my keyboard and stop me from being stupid

parent 5860a702
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ http {
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PHP_VALUE "memory_limit = 256M
......
......@@ -6,7 +6,7 @@
set -m
php-fpm7.0 &
php-fpm7.3 &
nginx &
pids=`jobs -p`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment