This commit is contained in:
15
nginx.conf
Normal file
15
nginx.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name docs.aetoskia.com;
|
||||
|
||||
location /mongo-ops/ {
|
||||
alias /srv/docs/mongo-ops/site/;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
# Optional: main landing page
|
||||
location / {
|
||||
alias /srv/docs/_index/;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user