[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/iwillcodeu/httpsms/main/web/nginx.conf [Back]  [Original]

server {
  listen 3000;
  server_name localhost;
  root /usr/share/nginx/html;
  index index.html index.htm;

  location / {
    try_files $uri $uri/ /index.html;
  }
}

Web Proxy Viewer  |  New URL  |  Original Page