@@ -1533,51 +1533,40 @@ galaxy:
15331533 #terms_url: null
15341534
15351535 # Serve static content, which must be enabled if you're not serving it
1536- # via a proxy server. These options should be self explanatory and so
1537- # are not documented individually. You can use these paths (or ones
1538- # in the proxy server) to point to your own styles .
1536+ # via a proxy server. You can use these paths (or ones in the proxy
1537+ # server) to point to your own styles. The static_* options that refer
1538+ # to paths are relative to the current working directory .
15391539 #static_enabled: true
15401540
1541- # Serve static content, which must be enabled if you're not serving it
1542- # via a proxy server. These options should be self explanatory and so
1543- # are not documented individually. You can use these paths (or ones
1544- # in the proxy server) to point to your own styles.
1541+ # Value of cache time for static content served by Galaxy. Ignored if
1542+ # static_enabled is false.
15451543 #static_cache_time: 360
15461544
1547- # Serve static content, which must be enabled if you're not serving it
1548- # via a proxy server. These options should be self explanatory and so
1549- # are not documented individually. You can use these paths (or ones
1550- # in the proxy server) to point to your own styles.
1545+ # Path to the static content dir. Ignored if static_enabled is false.
15511546 #static_dir: static/
15521547
1553- # Serve static content, which must be enabled if you're not serving it
1554- # via a proxy server. These options should be self explanatory and so
1555- # are not documented individually. You can use these paths (or ones
1556- # in the proxy server) to point to your own styles.
1557- #static_images_dir: static/images
1548+ # Path to the built Galaxy client application, static/dist/ in the
1549+ # Galaxy source code after the build is complete. Ignored if
1550+ # static_enabled is false.
1551+ #static_dist_dir: static/dist/
15581552
1559- # Serve static content, which must be enabled if you're not serving it
1560- # via a proxy server. These options should be self explanatory and so
1561- # are not documented individually. You can use these paths (or ones
1562- # in the proxy server) to point to your own styles.
1553+ # Path to the static images directory. Ignored if static_enabled is
1554+ # false.
1555+ #static_images_dir: static/images/
1556+
1557+ # Path to favicon.ico, not the directory that contains it (the name is
1558+ # a misnomer). Ignored if static_enabled is false.
15631559 #static_favicon_dir: static/favicon.ico
15641560
1565- # Serve static content, which must be enabled if you're not serving it
1566- # via a proxy server. These options should be self explanatory and so
1567- # are not documented individually. You can use these paths (or ones
1568- # in the proxy server) to point to your own styles.
1561+ # Path to the static scripts directory. Ignored if static_enabled is
1562+ # false.
15691563 #static_scripts_dir: static/scripts/
15701564
1571- # Serve static content, which must be enabled if you're not serving it
1572- # via a proxy server. These options should be self explanatory and so
1573- # are not documented individually. You can use these paths (or ones
1574- # in the proxy server) to point to your own styles.
1575- #static_style_dir: static/style
1565+ # Path to the static style directory. Ignored if static_enabled is
1566+ # false.
1567+ #static_style_dir: static/style/
15761568
1577- # Serve static content, which must be enabled if you're not serving it
1578- # via a proxy server. These options should be self explanatory and so
1579- # are not documented individually. You can use these paths (or ones
1580- # in the proxy server) to point to your own styles.
1569+ # Path to robots.txt. Ignored if static_enabled is false.
15811570 #static_robots_txt: static/robots.txt
15821571
15831572 # Incremental Display Options
0 commit comments