|
@@ -2,12 +2,17 @@ server {
|
|
listen 80;
|
|
listen 80;
|
|
listen [::]:80;
|
|
listen [::]:80;
|
|
server_name localhost;
|
|
server_name localhost;
|
|
- client_max_body_size 2048m;
|
|
|
|
|
|
+ client_max_body_size 8192m;
|
|
|
|
|
|
# error_page 500 502 503 504 /50x.html;
|
|
# error_page 500 502 503 504 /50x.html;
|
|
# location = /50x.html {
|
|
# location = /50x.html {
|
|
# root /usr/share/nginx/html;
|
|
# root /usr/share/nginx/html;
|
|
- # }
|
|
|
|
|
|
+ # }
|
|
|
|
+
|
|
|
|
+ location /admin {
|
|
|
|
+ root /root/www/html;
|
|
|
|
+ index index.html;
|
|
|
|
+ }
|
|
|
|
|
|
# 用户
|
|
# 用户
|
|
location /user/ {
|
|
location /user/ {
|