Zend certified PHP/Magento developer

Distributing nginx that is built from source

I built nginx from source and I want to install it to a different server. How can I do that? Can I just copy the binaries and run make install in the server?

Is there a way for me to create a repository so that the server that I want to install it to can just add my repository and then just do a dnf install?