Commit 031392ce authored by nanahira's avatar nanahira

Update views/nginx.conf.mustache

parent 0a244950
Pipeline #36415 passed with stages
in 35 minutes and 35 seconds
......@@ -299,7 +299,7 @@ http {
fastcgi_pass {{upstream}};
fastcgi_index {{index}};
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_FILENAME {{root}}$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
{{#https}}
fastcgi_param HTTPS on;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment