Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
4bf8daad
Commit
4bf8daad
authored
7 years ago
by
hmangeart
Browse files
Options
Downloads
Patches
Plain Diff
replace tabs by 4 spaces, refs
#21701
parent
e8d3e3f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
2.Common_services/5.Nginx/vhost_msmonitor.conf
+25
-25
25 additions, 25 deletions
2.Common_services/5.Nginx/vhost_msmonitor.conf
with
25 additions
and
25 deletions
2.Common_services/5.Nginx/vhost_msmonitor.conf
+
25
−
25
View file @
4bf8daad
server
{
listen
80
;
server_name
{{
server_name
}};
listen
80
;
server_name
{{
server_name
}};
#location '/.well-known/acme-challenge' {
#location '/.well-known/acme-challenge' {
# default_type "text/plain";
# root /tmp/letsencrypt;
#}
rewrite
^
https
://$
host
$
request_uri
?
permanent
;
rewrite
^
https
://$
host
$
request_uri
?
permanent
;
}
server
{
listen
443
ssl
;
server_name
{{
server_name
}};
root
/
var
/
www
/
msmonitor
;
listen
443
ssl
;
server_name
{{
server_name
}};
root
/
var
/
www
/
msmonitor
;
access_log
/
var
/
log
/
nginx
/
access_msmonitor
.
log
;
error_log
/
var
/
log
/
nginx
/
error_msmonitor
.
log
;
access_log
/
var
/
log
/
nginx
/
access_msmonitor
.
log
;
error_log
/
var
/
log
/
nginx
/
error_msmonitor
.
log
;
#ssl_certificate /etc/letsencrypt/live/{{ server_name }}/fullchain.pem;
#ssl_certificate /etc/letsencrypt/live/{{ server_name }}/fullchain.pem;
#ssl_certificate_key /etc/letsencrypt/live/{{ server_name }}/privkey.pem;
location
/
media
{
}
location
/
static
{
}
location
/
wowza
-
manager
/ {
proxy_pass
http
://
localhost
:
8088
/;
proxy_set_header
X
-
Forwarded
-
Host
$
host
;
proxy_set_header
X
-
Forwarded
-
Server
$
host
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_cookie_path
/ /
wowza
-
manager
/;
}
location
/ {
uwsgi_pass
unix
:///
home
/
msmonitor
/
msmonitor
/
temporary
/
uwsgi
.
sock
;
include
/
etc
/
nginx
/
uwsgi_params
;
}
location
/
media
{
}
location
/
static
{
}
location
/
wowza
-
manager
/ {
proxy_pass
http
://
localhost
:
8088
/;
proxy_set_header
X
-
Forwarded
-
Host
$
host
;
proxy_set_header
X
-
Forwarded
-
Server
$
host
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_cookie_path
/ /
wowza
-
manager
/;
}
location
/ {
uwsgi_pass
unix
:///
home
/
msmonitor
/
msmonitor
/
temporary
/
uwsgi
.
sock
;
include
/
etc
/
nginx
/
uwsgi_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