Added nginx CT
This commit is contained in:
11
CT-Files/nginx/Configs/nginx_template_nossl
Normal file
11
CT-Files/nginx/Configs/nginx_template_nossl
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name DOMAINname;
|
||||
|
||||
#beginConf
|
||||
add_header Content-Type text/html;
|
||||
return 200 '<html><head></head><body>Nginx is config for DOMAINname is created</body></html>';
|
||||
#endConf
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user