This script install and configure a local Web server with nginx and php easier. The Version 1 is currently for openSUSE and use zypper.
$ git clone https://github.com/triple-t-h/nginx_installer.git
or
$ wget https://github.com/triple-t-h/nginx_installer/archive/master.zip && unzip master.zip
$ cd nginx_installer/linux/bin
$ su
# ./install.sh
# nginx
# php-fpm
Open your browser: http://localhost
MIT