Skip to content

Instantly share code, notes, and snippets.

@antoniogiroz
Last active August 29, 2015 13:55
Show Gist options
  • Save antoniogiroz/8742034 to your computer and use it in GitHub Desktop.
Save antoniogiroz/8742034 to your computer and use it in GitHub Desktop.
Uso de Nginx

Comandos básicos de Nginx

Arrancar server (arranca por defecto en http://localhost:8080/)

$ sudo nginx

Parar server

$ sudo nginx -s stop

Cambiar el puerto

``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment