Explorar el Código

Update README.md

willpiper24 hace 4 años
padre
commit
c51f9dc403
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -16,6 +16,19 @@ To run:
 
 For Apache web server http://localhost:8080 :
 
+```
+DocumentRoot "ardupilot/done"
+<Directory ardupilot/done>
+				Options Indexes FollowSymLinks MultiViews
+				AllowOverride None
+				Order allow,deny
+				allow from all
+Require all granted
+</Directory>
+```
+
+To run server:
+
 ```
 /usr/local/opt/httpd/bin/httpd -D FOREGROUND
 ```