]> Untitled Git - public.git/commitdiff
Bugfixes
authorClifton Palmer <cliftonpalmer@pop-os>
Sat, 15 Jun 2019 19:45:12 +0000 (14:45 -0500)
committerClifton Palmer <cliftonpalmer@pop-os>
Sat, 15 Jun 2019 19:53:33 +0000 (14:53 -0500)
.env
httpd.conf
public.sh

diff --git a/.env b/.env
index 60cbeb9dac2c5c946bde4d574f3b18ae9aeb89ea..2cb2c4dadcfcbbe4312601d4b9aa55a8ee377c30 100644 (file)
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
 LOCAL_STORAGE=/storage
 LOCAL_STORAGE=/storage
-IPV4_WAN=cjpalmer.info
+IPV4_WAN=public.purplebirdman.online
index 4f9d8db76d3f8fb3970698c4dc5ce8660b93083e..0e2f67cb8b835ea5c208c585f88a58c04a50508c 100644 (file)
@@ -263,7 +263,7 @@ ServerAdmin you@example.com
 # symbolic links and aliases may be used to point to other locations.\r
 #\r
 DocumentRoot "/usr/local/apache2/htdocs"\r
 # symbolic links and aliases may be used to point to other locations.\r
 #\r
 DocumentRoot "/usr/local/apache2/htdocs"\r
-<Directory "/usr/local/apache2/htdocs/public/*">\r
+<Directory "/usr/local/apache2/htdocs/*">\r
     #\r
     # Possible values for the Options directive are "None", "All",\r
     # or any combination of:\r
     #\r
     # Possible values for the Options directive are "None", "All",\r
     # or any combination of:\r
index 9867f28cf65ad9476ba341f09f008aca2a6dc113..132fe646d10efa678017589e0aedc9dbb61eaf8d 100755 (executable)
--- a/public.sh
+++ b/public.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
 #!/bin/bash
-service=public_app
+service=public_web
 
 for f in $(docker service ps -q $service)
 do
 
 for f in $(docker service ps -q $service)
 do