Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
E
esi_analytics
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andrii
esi_analytics
Commits
01acd169
Commit
01acd169
authored
Apr 06, 2017
by
Andrii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add file "shiny-server.conf" for all "simple" apps
parent
f1c30e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
shiny-server.conf
shiny-server.conf
+65
-0
No files found.
shiny-server.conf
0 → 100644
View file @
01acd169
# Instruct Shiny Server to run applications as the user "shiny"
# run_as shiny, andirey;
run_as
andirey
;
# Define a server that listens on port 3838
server
{
listen
3838
;
# 1. Define a location at the base URL
location
/ {
# Host the directory of Shiny Apps stored in this directory
site_dir
/
srv
/
shiny
-
server
;
# Log all Shiny output to files in this directory
log_dir
/
var
/
log
/
shiny
-
server
;
# When a user visits the base URL rather than a particular application,
# an index of the applications available in this directory will be shown.
directory_index
on
;
};
# 2. Define location for app "esi_companies_data_all"
location
/
esi_companies_data_all
{
app_dir
/
home
/
andirey
/
esi_companies_data_all
;
log_dir
/
var
/
log
/
shiny
-
server
;
directory_index
off
;
}
# 3. Define location for app "esi_companies_data_tags"
location
/
esi_companies_data_tags
{
app_dir
/
home
/
andirey
/
esi_companies_data_tags
;
log_dir
/
var
/
log
/
shiny
-
server
;
directory_index
off
;
}
# 4. Define location for app "esi_invest_data_all"
location
/
esi_invest_data_all
{
app_dir
/
home
/
andirey
/
esi_invest_data_all
;
log_dir
/
var
/
log
/
shiny
-
server
;
directory_index
off
;
}
# 5. Define location for app "esi_invest_data_tags"
location
/
esi_invest_data_tags
{
app_dir
/
home
/
andirey
/
esi_invest_data_tags
;
log_dir
/
var
/
log
/
shiny
-
server
;
directory_index
off
;
}
# 6. Define location for app "esi_news_data_all"
location
/
esi_news_data_all
{
app_dir
/
home
/
andirey
/
esi_news_data_all
;
log_dir
/
var
/
log
/
shiny
-
server
;
directory_index
off
;
}
# 7. Define location for app "esi_news_data_tags"
location
/
esi_news_data_tags
{
app_dir
/
home
/
andirey
/
esi_news_data_tags
;
log_dir
/
var
/
log
/
shiny
-
server
;
directory_index
off
;
}
}
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