File diff 4f7054d023b6 → 02686b6dcfc0
roles/web_server/files/nginx_verify_site.sh
Show inline comments
 
@@ -2,7 +2,7 @@
 
#
 
# nginx_verify_site.sh
 
#
 
# Copyright (C) 2015, Branko Majic <branko@majic.rs>
 
# Copyright (C) 2016, Branko Majic <branko@majic.rs>
 
#
 
# This program is free software: you can redistribute it and/or modify
 
# it under the terms of the GNU General Public License as published by
 
@@ -60,7 +60,7 @@ function version() {
 
$program, version $version
 

	
 
+-----------------------------------------------------------------------+
 
| Copyright (C) 2015, Branko Majic <branko@majic.rs>                    |
 
| Copyright (C) 2016, Branko Majic <branko@majic.rs>                    |
 
|                                                                       |
 
| This program is free software: you can redistribute it and/or modify  |
 
| it under the terms of the GNU General Public License as published by  |
 
@@ -180,4 +180,4 @@ rm -f "$temp_config/nginx/sites-enabled/$name"
 
cp "$site_configuration_file" "$temp_config/nginx/sites-enabled/$name"
 

	
 
# Finally, run the test.
 
nginx -t -c "$temp_config/nginx/nginx.conf"
 
\ No newline at end of file
 
nginx -t -c "$temp_config/nginx/nginx.conf"