Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on fresh install #17

Closed
buzucan opened this issue Jan 3, 2019 · 4 comments
Closed

error on fresh install #17

buzucan opened this issue Jan 3, 2019 · 4 comments

Comments

@buzucan
Copy link

buzucan commented Jan 3, 2019

I try to install WordOps on fresh server and I recieve this error.
image
image
wordops.log
install.log

@ankitsnlq
Copy link

ankitsnlq commented Jan 3, 2019

I faced the same issue with Ubuntu and latest wo installer. Try this solution will work.

Create one conf file in nginx conf.d folder.

/etc/nginx/conf.d/webp.conf

Add below lines in that file and save file.

map $http_accept $webp_suffix { default ""; "~*webp" ".webp"; }
After that run create site command.

Let me know if it works. Looks like the latest build is failing to create webp.conf file which is to handle WordPress webp images.

@buzucan
Copy link
Author

buzucan commented Jan 3, 2019

Yes, is working now. :)

@lukasmejia
Copy link

Works for me as well!

@VirtuBox
Copy link
Member

VirtuBox commented Mar 5, 2019

Issue has been fixed with the PR #24

@VirtuBox VirtuBox closed this as completed Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants