I am unable to upload any files to my new website on nginx.
followed all three tutorials from LEMP installation to wordpress installation.
WP-content/uploads/12 is not writable on your server
everything is working good.
Followed this
Dont know Y they are using demo user name.
Tried all possibilities and fed up
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Like @iamkingsleyf suggested, this sounds like it might be a permissions error. The webserver needs to have the correct permissions to write a file in the folder. What’s the output of ls -la /var/www/html/wp-content/uploads ? The contents of Nginx’s error log could also help you figure out what the issue is. Check /var/log/nginx/error.log
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.