Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
aa09aee1
Commit
aa09aee1
authored
8 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
added /realtime directive for nginx confs
parent
29231d93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gliders.nginx.conf
gliders.nginx.conf
+2
-0
gliders.nginx.prod.conf
gliders.nginx.prod.conf
+2
-0
No files found.
gliders.nginx.conf
View file @
aa09aee1
...
@@ -103,6 +103,8 @@ server {
...
@@ -103,6 +103,8 @@ server {
location
/
realtime
{
location
/
realtime
{
proxy_pass
http
://
localhost
:
9002
/;
proxy_pass
http
://
localhost
:
9002
/;
proxy_read_timeout
10
m
;
proxy_connect_timeout
10
m
;
}
}
# pass the PHP scripts to FastCGI server from upstream phpfcgi
# pass the PHP scripts to FastCGI server from upstream phpfcgi
...
...
This diff is collapsed.
Click to expand it.
gliders.nginx.prod.conf
View file @
aa09aee1
...
@@ -105,6 +105,8 @@ server {
...
@@ -105,6 +105,8 @@ server {
location
/
realtime
{
location
/
realtime
{
proxy_pass
http
://
localhost
:
9002
/;
proxy_pass
http
://
localhost
:
9002
/;
proxy_read_timeout
10
m
;
proxy_connect_timeout
10
m
;
}
}
location
@
rewriteapp
{
location
@
rewriteapp
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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