LogoLogo
Deploy NowCommunity Careers
  • Introduction to StackAI
  • Litepaper
  • FAQs
    • Introductory FAQs
    • Technical FAQs
    • Project/App FAQ
    • Financial FAQs
  • Tokens
    • Add $STACK to MetaMask
    • Buy $STACK Tokens
  • App Deployment on StackOS
    • Custom App Deployment
    • AppStore App Deployment
    • Deploy a Containerized Application on StackOS
  • Basic Operations
    • Create WebTTY
    • WebTTY, Logs, Shell Access
    • Practice - Persistent Data, Alternate User
    • Reset StackOS Account
    • Map a container port
    • Custom DNS
    • Custom SSL
    • Account Funding - General
    • Pod Launch - General
  • Preparing Custom Images
    • Docker Hub Intro
    • GitHub, DockerHub and StackOS Integration
  • App Store Notes
    • Redis on StackOS
    • Memcached on StackOS
    • Presearch on StackOS
    • Wordpress on StackOS
    • Jenkins on StackOS
    • WebDAV on StackOS
  • Useful Apps
    • phpMyAdmin (Mysql Web Admin)
  • Wordpress Operations
    • Launching a Wordpress app on StackOS
    • WordPress Migration
    • Account Funding - Wordpress
    • Upload limit increase
    • SSL Mixed Content Resolution
    • Wordpress Domain Change
  • Other Applications
    • Python Applications
    • RSK
  • 0xMarket
    • Viewing your NodeNFT
    • Listing your NodeNFT
    • Buying a NodeNFT
Powered by GitBook
On this page
  • ✅ Get the name of the wordpress-0x... pod
  • ✅ Run a Shell for your wodpress pod
  • ✅ Inside the wordpress shell run the following commands:
  1. Wordpress Operations

Upload limit increase

Common First Modification

PreviousAccount Funding - WordpressNextSSL Mixed Content Resolution

Last updated 3 years ago

✅ Get the name of the wordpress-0x... pod

kubectl get pods

✅ Run a Shell for your wodpress pod

kubectl exec -ti <<PODNAME>> -- bash

✅ Inside the wordpress shell run the following commands:

echo Increasing upload limit

curl -L | bash

echo Increasing max_input_vars

curl -L | bash

echo Increasing memory_limit

curl -L | bash

https://pastebin.com/raw/MmGyQQQF
https://pastebin.com/raw/FXZL6jzF
https://pastebin.com/raw/mR0rf6Ch