Add nginx example for nodejs

This commit is contained in:
Miguel Ortiz
2019-09-23 20:14:32 -05:00
parent da040d7b02
commit c6a8e5495d
2 changed files with 53 additions and 0 deletions

View File

@ -1,3 +1,9 @@
#server {
# listen 80;
# server_name laravel.com.co;
# return 301 https://laravel.com.co$request_uri;
#}
server {
listen 80;