azymux

About

Username
azymux
Joined
Visits
1
Last Active
Roles
Member

Comments

  • I'm certainly not saying this is the right way to do this, but I finally got it to work with the following nginx configuration: location ^~ /repetier { rewrite ^/repetier/(.*) /$1 break; sub_filter_types text/html appli…