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
| /** | |
| * Created by thinhtran on 1/30/17. | |
| */ | |
| class A { | |
| protected a = 1; | |
| constructor() { |
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
| server { | |
| listen 80; # Listen on port 80 for IPv4 requests | |
| server_name jenkins.example.com; | |
| #this is the jenkins web root directory (mentioned in the /etc/default/jenkins file) | |
| root /var/run/jenkins/war/; | |
| access_log /var/log/nginx/jenkins/access.log; | |
| error_log /var/log/nginx/jenkins/error.log; |
NewerOlder