mracs-configurations/Nginx/Locations/mracs.dev/wiki.loc.conf

4 lines
57 B
Plaintext

location /wiki/ {
proxy_pass http://localhost:3000/;
}