move nginx
This commit is contained in:
parent
4ecf763446
commit
6a681bb748
9 changed files with 2 additions and 2 deletions
14
conf/nginx/nginx-nossl.conf
Normal file
14
conf/nginx/nginx-nossl.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# vim: ft=nginx
|
||||
|
||||
include root-base.conf;
|
||||
|
||||
http {
|
||||
include http-base.conf;
|
||||
include rate-limiting.conf;
|
||||
|
||||
server {
|
||||
include server-base.conf;
|
||||
|
||||
listen 80 default;
|
||||
}
|
||||
}
|
Reference in a new issue