Skip to content
Snippets Groups Projects

Corrections cloud

Merged Arthur Le Bars requested to merge corrections_cloud into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -79,7 +79,7 @@ class DeploySpeciesStack(speciesData.SpeciesData):
# Write galaxy_nginx.conf
try:
with open(os.path.abspath(os.path.join(self.script_dir, "galaxy_nginx.conf")), "w") as galaxy_nginx_conf:
with open(os.path.abspath(os.path.join(self.main_dir, "galaxy_nginx.conf")), "w") as galaxy_nginx_conf:
galaxy_nginx_conf.truncate(0)
galaxy_nginx_conf.write("uwsgi_param QUERY_STRING $query_string;")
galaxy_nginx_conf.write("uwsgi_param REQUEST_METHOD $request_method;")
Loading