diff --git a/docker/nginx/site.conf b/docker/nginx/site.conf index c0def51..8270b24 100644 --- a/docker/nginx/site.conf +++ b/docker/nginx/site.conf @@ -13,6 +13,11 @@ server { try_files $uri $uri/ /index.php?$args; } + # Generated Documentation + location /docs { + alias /usr/local/src/wellrested/docs/build/html; + } + # PHP location ~ \.php$ { include fastcgi_params; diff --git a/public/docs b/public/docs deleted file mode 120000 index 0a6ccc9..0000000 --- a/public/docs +++ /dev/null @@ -1 +0,0 @@ -../docs/build/html \ No newline at end of file