Created
October 28, 2018 21:56
-
-
Save jmercouris/cbabbeba2ed06b9573d942d6dae00d93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http { | |
| include mime.types; | |
| default_type application/octet-stream; | |
| sendfile on; | |
| keepalive_timeout 65; | |
| server { | |
| listen 80; | |
| server_name localhost; | |
| location / { | |
| root /usr/home/git/public/; | |
| autoindex on; | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following works "git clone server.ip/repository.git"