v2
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ DB_CONNECTION=mysql
|
|||||||
DB_STRICT=false
|
DB_STRICT=false
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_DATABASE=__DB_NAME__
|
DB_DATABASE=__DB_NAME__
|
||||||
DB_USERNAME=__DB_NAME__
|
DB_USERNAME=__DB_USER__
|
||||||
DB_PASSWORD=__DB_PWD__
|
DB_PASSWORD=__DB_PWD__
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ location ^~ __PATH__/ {
|
|||||||
more_set_headers "Referrer-Policy: no-referrer";
|
more_set_headers "Referrer-Policy: no-referrer";
|
||||||
|
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
client_max_body_size 50M;
|
||||||
|
|
||||||
if (!-e $request_filename) {
|
if (!-e $request_filename) {
|
||||||
rewrite ^(.+)$ /index.php?q= last;
|
rewrite ^(.+)$ /index.php?q= last;
|
||||||
|
|||||||
@@ -65,8 +65,6 @@ ram.runtime = "50M"
|
|||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.data_dir]
|
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user