Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
CCS Backend
Commits
2ad31d20
Commit
2ad31d20
authored
Dec 31, 2018
by
beardedwarrior
Browse files
added settings for using php-docker
parent
47f0bfa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
moneroffs.nginx.conf
0 → 100644
View file @
2ad31d20
server
{
listen
80
;
listen
[::]:
80
;
root
/
var
/
www
/
moneroffs
/
public
;
index
index
.
php
index
.
html
index
.
htm
;
server_name
moneroffs
.
test
;
location
/ {
try_files
$
uri
$
uri
/ /
index
.
php
?$
query_string
;
}
location
~ \.
php
$ {
try_files
$
uri
=
404
;
fastcgi_split_path_info
^(.+\.
php
)(/.+)$;
fastcgi_pass
php
:
9000
;
fastcgi_index
index
.
php
;
include
fastcgi_params
;
fastcgi_param
SCRIPT_FILENAME
$
document_root
$
fastcgi_script_name
;
fastcgi_param
PATH_INFO
$
fastcgi_path_info
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment