Skip to content

Instantly share code, notes, and snippets.

View mhdelta's full-sized avatar

Miguel Ángel Henao mhdelta

  • Universidad Tecnológica de Pereira
View GitHub Profile
server {
listen *:80;
autoindex on;
server_name servername;
root /var/www/observatorio/html/observatorio-app/dist/observatorio-app;
index index.html;
location /api/ {
root www/observatorio/html/observatorio-app/dist/observatorio-app/obs-api;
proxy_pass http://127.0.0.1:1337;