Skip to content
Snippets Groups Projects
Commit 94db8d73 authored by Arthur Le Bars's avatar Arthur Le Bars
Browse files

changed output dir for galaxy_nginx.conf writing

parent 15287341
No related branches found
No related tags found
2 merge requests!3release 1.0.1,!2Corrections cloud
...@@ -79,7 +79,7 @@ class DeploySpeciesStack(speciesData.SpeciesData): ...@@ -79,7 +79,7 @@ class DeploySpeciesStack(speciesData.SpeciesData):
# Write galaxy_nginx.conf # Write galaxy_nginx.conf
try: 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.truncate(0)
galaxy_nginx_conf.write("uwsgi_param QUERY_STRING $query_string;") galaxy_nginx_conf.write("uwsgi_param QUERY_STRING $query_string;")
galaxy_nginx_conf.write("uwsgi_param REQUEST_METHOD $request_method;") galaxy_nginx_conf.write("uwsgi_param REQUEST_METHOD $request_method;")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment