You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
63
63
64
64
You must create a user and database for piwigo to use in a mysql/mariadb server. In the setup page for database, use the ip address rather than hostname....
65
65
66
-
A basic apache configuration file can be found in /config/apache/site-confs , edit the file to enable ssl (port 443 by default), set servername etc..
66
+
A basic nginx configuration file can be found in /config/nginx/site-confs , edit the file to enable ssl (port 443 by default), set servername etc..
67
67
Self-signed keys are generated the first time you run the container and can be found in /config/keys , if needed, you can replace them with your own.
68
68
69
69
The easiest way to edit the configuration file is to enable local files editor from the plugins page and use it to configure email settings etc....
@@ -84,6 +84,7 @@ The easiest way to edit the configuration file is to enable local files editor f
84
84
85
85
## Versions
86
86
87
+
+**23.02.17:** Rebase to alpine linux 3.5 and nginx.
0 commit comments