+ ADD robots.txt and ads.txt files

This commit is contained in:
felegy
2025-07-31 19:30:17 +00:00
parent c9cb4a4ca8
commit 7c8d2d60a7
13 changed files with 91 additions and 342 deletions

View File

@@ -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');

View File

@@ -30,4 +30,4 @@ server {
fastcgi_read_timeout 300s;
include fastcgi_params;
}
}
}

View File

@@ -0,0 +1,4 @@
upload_max_filesize=1024M
post_max_size=1024M
max_execution_time=300
max_input_time=300