Skip to content

Instantly share code, notes, and snippets.

@webhacking
Created July 25, 2018 08:12
Show Gist options
  • Save webhacking/02e98fd078c1ec70724d2c2a84ec33e1 to your computer and use it in GitHub Desktop.
Save webhacking/02e98fd078c1ec70724d2c2a84ec33e1 to your computer and use it in GitHub Desktop.
specifically-for-pca-api-instance
server {
listen 20170;
root /var/www/html;
index index.html index.htm index.nginx-debian.html;
server_name _;
location / {
try_files $uri $uri/ =404;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment