Show More
@@ -77,6 +77,10 b' http {' | |||||
77 | return 200 '{"status":"UP"}'; |
|
77 | return 200 '{"status":"UP"}'; | |
78 | } |
|
78 | } | |
79 |
|
79 | |||
|
80 | location /_pages { | |||
|
81 | alias /var/opt/rhodecode_static_data/pages; | |||
|
82 | } | |||
|
83 | ||||
80 | ## serve static files by nginx, recommended |
|
84 | ## serve static files by nginx, recommended | |
81 | location /_static/rhodecode { |
|
85 | location /_static/rhodecode { | |
82 | gzip on; |
|
86 | gzip on; |
General Comments 0
You need to be logged in to leave comments.
Login now