• Skip to main content

Connections.Digital

Media Production, Mobile Web and iOS Development

  • Facebook
  • X
  • YouTube
  • GitHub
  • Home
  • Media Production
  • Blog
  • Galleries
  • Contact
  • About

#Wordpress

Increase File Upload Size Limit in PHP-Nginx

October 22, 2020

Change php.ini

From Terminal

  • $ nano /etc/php/7.4/fpm/php.ini
  • Set…
upload_max_filesize = 120M
post_max_size = 120M

Change Nginx config

From Terminal

  • $ nano /etc/nginx/nginx.conf 
  • Set..
http {
	#...
        client_max_body_size 100m;
	#...
}

Restart NGINX

# systemctl restart nginx.service

# systemctl start php7.4-fpm.service

Changes in WordPress-Multisite

Network Admin >> Dashboard >> Settings >> Network Settings. Look for Upload Settings

Also change value for Max upload file size

wordpress-upload-settings.png

Resources

  • https://easyengine.io/tutorials/php/increase-file-upload-size-limit/

Filed Under: NGINX Tagged With: #Wordpress, Amarillo, NGINX, PHP, Texas

Made in Amarillo – Luz Angela Crawford – Pottery Artist

July 10, 2019



Client: Luz Angela Crawford
Business Category: Artist – Pottery
https://LuzAngelaCrawford.com

Site Technology

  • WordPress
  • Genesis Framework
  • Dynamik Website Builder

Luz Angela Crawford is a pottery artist who comes to Amarillo from Columbia. She does not use a wheel all of her pieces are built up by hand using items found in nature to form the textures that make up her work.

The site is built with WordPress. The theme is custom made by Kenneth Jackson and Luz Angela Crawford using the StudioPress Genesis Framework and Dynamik Website Builder. A lot of thought went into the site design. The colors were chosen from the colors of her pottery.

The Galleries at Sunset Center is closing its doors and Luz Angela has closed her studio. She can be contacted on her website.

Filed Under: Made In Amarillo Tagged With: #Wordpress, Amarillo, Luz Angela Crawford, Texas

Copyright © Connections Information Systems

Designed by Kenneth Jackson at Connections.Digital in Amarillo, Texas

Powered by WPplaces

 

Loading Comments...