]> Untitled Git - public.git/commitdiff
Made container only accessible by reverse proxy
authorClifton Palmer <cliftonpalmer@pop-os>
Sun, 16 Jun 2019 11:52:11 +0000 (06:52 -0500)
committerClifton Palmer <cliftonpalmer@pop-os>
Sun, 16 Jun 2019 11:52:11 +0000 (06:52 -0500)
docker-compose.yml
httpd.conf

index 00655cad78318a1fc457a7d3332f665d65956bc9..196fb5d01c6856c6b87163b7671e2dcd918f2aa8 100644 (file)
@@ -13,5 +13,3 @@ services:
         - PUBLIC_ROOT_DIR=/storage/Art/art by me
         - PUBLIC_LINK_DIR=/usr/local/apache2/htdocs
         - PUBLIC_HTTP_URI=http://${IPV4_WAN}
-        ports:
-        - 80:80
index 0e2f67cb8b835ea5c208c585f88a58c04a50508c..d7ce626802be4545428f0d1c3f4afaf0f29073b5 100644 (file)
@@ -229,7 +229,7 @@ Group daemon
 # e-mailed.  This address appears on some server-generated pages, such\r
 # as error documents.  e.g. admin@your-domain.com\r
 #\r
-ServerAdmin you@example.com\r
+ServerAdmin purplebirdman@mail.purplebirdman.online\r
 \r
 #\r
 # ServerName gives the name and port that the server uses to identify itself.\r
@@ -238,7 +238,7 @@ ServerAdmin you@example.com
 #\r
 # If your host doesn't have a registered DNS name, enter its IP address here.\r
 #\r
-#ServerName www.example.com:80\r
+ServerName public.purplebirdman.online:80\r
 \r
 #\r
 # Deny access to the entirety of your server's filesystem. You must\r