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

Update project.nomad

parent a14309ca
No related branches found
No related tags found
No related merge requests found
Pipeline #1451 canceled
......@@ -118,9 +118,7 @@ server {
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
location ~ \.php$ {
root html;
{{ range service "php-fpm" }}
fastcgi_pass {{ .Address }}:{{ .Port }};
{{ end }}
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
include fastcgi_params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment