summaryrefslogtreecommitdiff
path: root/sci-mathematics/rstudio/files/rstudio-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/rstudio/files/rstudio-server.conf')
-rw-r--r--sci-mathematics/rstudio/files/rstudio-server.conf35
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-mathematics/rstudio/files/rstudio-server.conf b/sci-mathematics/rstudio/files/rstudio-server.conf
deleted file mode 100644
index 34e93e9fab0b..000000000000
--- a/sci-mathematics/rstudio/files/rstudio-server.conf
+++ /dev/null
@@ -1,35 +0,0 @@
-###########rstudio-server.conf#############
-
-# www-port entry corresponding to the port you want RStudio to listen on
-#www-port=80
-
-
-# By default RStudio binds to address 0.0.0.0 (accepting connections
-# from any remote IP). You can modify this behavior using the
-# www-address entry.
-#www-address=127.0.0.1
-
-
-# You can add elements to the default LD_LIBRARY_PATH for R
-# sessions (as determined by the R ldpaths script) by adding
-# an rsession-ld-library-path entry to the server config file.
-# This might be useful for ensuring that packages can
-# locate external library dependencies that aren't installed
-# in the system standard library paths
-#rsession-ld-library-path=/opt/local/lib:/opt/local/someapp/lib
-
-
-#By default RStudio Server runs against the version of R which
-# is found on the system PATH (using which R). You can override
-# which version of R is used via the rsession-which-r setting
-# in the server config file. For example, if you have two
-# versions of R installed on the server and want to make sure
-# the one at /usr/local/bin/R is used by RStudio then you would use:
-rsession-which-r=/usr/bin/R
-
-########ADDITIONALAL#########
-
-# To limit the users who can login to RStudio to the members
-# of a specific group, you use the auth-required-user-group
-# setting
-auth-required-user-group=rstudio-server