Skip to content

juliosene/nginx-debian-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Install: Nginx + PHP on Debian Linux distributions.

Run this script before make any changes on your Debian instalation.

To run this scipt: 1 - Download this script. You can use: wget https://github.com/juliosene/nginx-debian-install/blob/master/nginx-debian-install.sh 2 - Make the script executable: chmod 700 nginx-debian-install.sh 3 - Execute script ./nginx-debian-install.sh

To verify if everything is working fine: 1 - Open your web browser and type: http://(your-ip-address)

If you see Nginx default message, the web navigation is ok.

2 - Create a page to test PHP on /usr/share/nginx/www/ create a new file called info.php with the code:

in your web browser: http://(your-ip-address)/info.php

If all infos about your php instalation was showed, php scripts are working fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages