Browse Source

Nginx-Init-File

Abdo Farag 5 years ago
parent
commit
9ab49b34c0
1 changed files with 16 additions and 0 deletions
  1. 16 0
      init_nginx.ini

+ 16 - 0
init_nginx.ini

@@ -0,0 +1,16 @@
+# Server
+server=https://app-test.earthsquad.global/api/image/nginx_static/
+
+# Loglevel
+ll=2
+
+# mode: either "recycling" for simulating daily recycling of users or "allnew"
+#mode=recycling
+mode=nginx
+
+####### section for nginx-Calls
+# which file-Names are there in the folder?
+file_names=file_01.file,file_02.file,file_03.file,file_04.file,file_05.file,file_10kb.file,file_100kb.file
+
+# how many iterations shall happen?
+iterations=5000