File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 4
4
server_name go9999_v2;
5
5
6
6
index index.php index.html;
7
- root /Users/maker/Projects/go9999_v2/public;
7
+ root /Users/maker/Projects/go9999_v2/public;
8
+
9
+ client_max_body_size 100m ;
8
10
9
11
access_log /Users/maker/Projects/go9999_v2/logs/access.log combined;
10
12
error_log /Users/maker/Projects/go9999_v2/logs/error.log debug ;
@@ -14,11 +16,11 @@ server
14
16
}
15
17
16
18
location ~ \.php$ {
17
- fastcgi_pass 127.0.0.1:9000;
18
- fastcgi_index index.php;
19
- fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name ;
19
+ fastcgi_pass 127.0.0.1:9000;
20
+ fastcgi_index index.php;
21
+ fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name ;
20
22
fastcgi_param PATH_INFO $fastcgi_script_name ;
21
- include fastcgi_params;
23
+ include fastcgi_params;
22
24
}
23
25
24
26
# security
You can’t perform that action at this time.
0 commit comments