Skip to content
Snippets Groups Projects
Commit 8834aaa0 authored by uıןǝnbsɐW ןǝɐʞɔıW's avatar uıןǝnbsɐW ןǝɐʞɔıW
Browse files

Update project.nomad

parent 8672cdf7
No related branches found
No related tags found
No related merge requests found
Pipeline #1463 passed
...@@ -122,7 +122,7 @@ server { ...@@ -122,7 +122,7 @@ server {
root /usr/share/nginx/html; root /usr/share/nginx/html;
fastcgi_pass {{ range service "php-fpm" }}{{ .Address }}:{{ .Port }}{{ end }}; fastcgi_pass {{ range service "php-fpm" }}{{ .Address }}:{{ .Port }}{{ end }};
fastcgi_index index.php; fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_param SCRIPT_FILENAME $fastcgi_script_name;
include fastcgi_params; include fastcgi_params;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment