Skip to content
Snippets Groups Projects
Commit 3f5952bd authored by Adam Procter's avatar Adam Procter
Browse files

removed NGINX example

Not relevant to be on here although makes my URL thing work :D 
parent fca5e46a
No related branches found
No related tags found
No related merge requests found
server {
listen 217.147.85.104:80;
server_name *.nodenogg.in;
root /var/www/vhosts/nodenogg.in/alpha.nodenogg.in;
location / {
try_files $uri $uri/ /index.html;
}
location /microcosm {
alias /var/www/vhosts/nodenogg.in/alpha.nodenogg.in;
try_files \$uri /microcosm/index.html;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment