mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-24 05:07:05 -04:00
Change config to enable easier reverse proxy
Sparklyballs This and the other pull request I think might be a good idea. Will help make reverse proxying a much easier prospect.
This commit is contained in:
parent
51c5fd53f7
commit
adbc62ae52
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
DocumentRoot /config/www/gallery
|
||||
DocumentRoot /config/www/
|
||||
|
||||
<Directory /config/www/gallery/>
|
||||
<Directory /config/www/piwigo/>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue