Skip to content
Snippets Groups Projects

release 1.0.1

Merged Loraine Gueguen requested to merge dev into master
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