Skip to content

Instantly share code, notes, and snippets.

@dalthonmh
Created May 24, 2024 14:36
Show Gist options
  • Save dalthonmh/f37fa9769385a5488cef1c8bd1bb99ea to your computer and use it in GitHub Desktop.
Save dalthonmh/f37fa9769385a5488cef1c8bd1bb99ea to your computer and use it in GitHub Desktop.
server {
listen 80;
listen [::]:80;
server_name _;
root D:\APP\dist\velzon;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment