Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hello-world-nomad
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uıןǝnbsɐW ןǝɐʞɔıW
hello-world-nomad
Commits
d6031c10
Commit
d6031c10
authored
2 years ago
by
uıןǝnbsɐW ןǝɐʞɔıW
Browse files
Options
Downloads
Patches
Plain Diff
Update project.nomad
parent
6ccbb64c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
project.nomad
+1
-2
1 addition, 2 deletions
project.nomad
with
1 addition
and
2 deletions
project.nomad
+
1
−
2
View file @
d6031c10
...
@@ -117,10 +117,9 @@ server {
...
@@ -117,10 +117,9 @@ server {
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
location
~
\.
php$
{
location
~
\.
php$
{
root
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
/
scripts
$fastcgi_script_name
;
fastcgi_param
SCRIPT_FILENAME
$document_root
$fastcgi_script_name
;
include
fastcgi_params
;
include
fastcgi_params
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment