Seguindo este tutorial: link
A configuração de um servidor usando o Nginx eu encontrei alguns problemas - adivinhando é porque não é um servidor real (eu uso o Virtualbox).
ln
ed para / etc / nginx / sites-enabled com sucesso. O conteúdo deste arquivo é:
server {
listen 80;
server_name www.cheqin.me;
access_log /opt/www/cheqin.me/access.log;
root /opt/www/cheqin.me;
index index.php index.html index.htm index.nginx-debian.html;
}
Firefox can’t find the server at www.cheqin.me.
Check the address for typing errors such as ww.example.com instead of www.example.com If you are unable to load any pages, check your computer’s network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
localhost/
funciona e exibe o conteúdo das configurações padrão de Nginx ( /usr/shared/...
). "Bem vindo ao nginx!" R