# vim: set filetype=nginx nofoldenable: location ~ ^/admin { # Require administration to originate from within VLAN return 403; } location ~ ^/ { proxy_pass http://$discourse:3000; }