]> Nutra Git (v2) - nutratech/vps-root.git/commitdiff
works
authornutra-bot <nutradigest@gmail.com>
Sat, 2 Jul 2022 02:56:56 +0000 (02:56 +0000)
committernutra-bot <nutradigest@gmail.com>
Sat, 2 Jul 2022 02:56:56 +0000 (02:56 +0000)
etc/nginx/sites-available/default

index aee0d498ec11531bcf8f9418f87804fdf40a0545..ce54d0e77a70af203f7520fab5f502c47edc4d54 100644 (file)
@@ -36,6 +36,13 @@ server {
   }
 
 
+  # [NEW] Sphinx blog
+  location /docs {
+    alias /var/www/docs/_build/html;
+    index index.html;
+  }
+
+
   # Sanic
   location /api/ {
     proxy_pass http://$server_name;