+ ADD robots.txt and ads.txt files
This commit is contained in:
@@ -7,7 +7,6 @@ $env_keys = array();
|
||||
|
||||
# App Base environment keys
|
||||
array_push($env_keys, 'BLOG_SLUG');
|
||||
array_push($env_keys, 'USE_CDN');
|
||||
array_push($env_keys, 'GA_CODE');
|
||||
array_push($env_keys, 'GTM_CODE');
|
||||
array_push($env_keys, 'FORCE_SSL_ADMIN');
|
||||
|
||||
@@ -30,4 +30,4 @@ server {
|
||||
fastcgi_read_timeout 300s;
|
||||
include fastcgi_params;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
upload_max_filesize=1024M
|
||||
post_max_size=1024M
|
||||
max_execution_time=300
|
||||
max_input_time=300
|
||||
|
||||
Reference in New Issue
Block a user