aaaaaaaaaaaaaa
This commit is contained in:
parent
a97670a5a9
commit
c2f8f8935d
3 changed files with 2 additions and 12 deletions
|
@ -1 +0,0 @@
|
|||
client_max_body_size 4096m;
|
|
@ -1,11 +0,0 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name "ixvd.net";
|
||||
return 302 https://faulty.envs.net/;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name "ixvd.net";
|
||||
return 302 https://faulty.envs.net/;
|
||||
}
|
|
@ -30,6 +30,8 @@ http {
|
|||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
client_max_body_size 4096m;
|
||||
|
||||
}
|
||||
|
||||
daemon off;
|
Reference in a new issue