##// END OF EJS Templates
Moved proxy include of nginx to place where...
marcink -
r3917:35c0c625 beta
parent child Browse files
Show More
@@ -574,14 +574,13 b' Sample config for nginx using proxy::'
574 574 ## uncomment root directive if you want to serve static files by nginx
575 575 ## requires static_files = false in .ini file
576 576 #root /path/to/installation/rhodecode/public;
577
577 include /etc/nginx/proxy.conf;
578 578 location / {
579 579 try_files $uri @rhode;
580 580 }
581 581
582 582 location @rhode {
583 583 proxy_pass http://rc;
584 include /etc/nginx/proxy.conf;
585 584 }
586 585
587 586 }
General Comments 0
You need to be logged in to leave comments. Login now