diff --git a/docs/index.html b/docs/index.html index afcde34e..f090f5a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -206,7 +206,7 @@

For example, Apache executes the PHP interpreter as part of its own process if the extension mod_php is used. In case PHP FPM is used, for most distributions PHP FPM or CGI ships with a sensible default configuration which ensures that the PHP user is the same as the Web user. In both cases the PHP user is not of concern. - However, we are at least aware of one exception to this rule for Nginx on Fedora, see FAQ + However, we are at least aware of one exception to this rule for Nginx on Fedora, see FAQ
  • The user which you use for shell logins and to run scripts; called the CLI user in the following. This user may be of particular concern, if you are planning to upload photos via the web interface and import photos via the shell scripts.
  • @@ -272,7 +272,7 @@

    Apache

    nginx

    This is a sample nginx server block. It does not include TLS, but covers the Lychee-specific requirements. -If you would like to serve from a subdirectory, take a look at the FAQ.

    +If you would like to serve from a subdirectory, take a look at the FAQ.

    server {
         listen 80;
         server_name <mydomain>.<tld>;
    diff --git a/docs/installation.html b/docs/installation.html
    index afcde34e..f090f5a1 100644
    --- a/docs/installation.html
    +++ b/docs/installation.html
    @@ -206,7 +206,7 @@ 

    For example, Apache executes the PHP interpreter as part of its own process if the extension mod_php is used. In case PHP FPM is used, for most distributions PHP FPM or CGI ships with a sensible default configuration which ensures that the PHP user is the same as the Web user. In both cases the PHP user is not of concern. - However, we are at least aware of one exception to this rule for Nginx on Fedora, see FAQ + However, we are at least aware of one exception to this rule for Nginx on Fedora, see FAQ
  • The user which you use for shell logins and to run scripts; called the CLI user in the following. This user may be of particular concern, if you are planning to upload photos via the web interface and import photos via the shell scripts.
  • @@ -272,7 +272,7 @@

    Apache

    nginx

    This is a sample nginx server block. It does not include TLS, but covers the Lychee-specific requirements. -If you would like to serve from a subdirectory, take a look at the FAQ.

    +If you would like to serve from a subdirectory, take a look at the FAQ.

    server {
         listen 80;
         server_name <mydomain>.<tld>;
    diff --git a/index.html b/index.html
    index 0ad82c5b..864d6413 100644
    --- a/index.html
    +++ b/index.html
    @@ -36,7 +36,7 @@
     			"url": "https://LycheeOrg.github.io/",
     			"image": "https://LycheeOrg.github.io/assets/images/og.jpg",
     			"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
    -			"softwareVersion": "5.0.2",
    +			"softwareVersion": "5.0.3",
     			"applicationCategory": "Photo Management",
     			"sameAs": [
     				"https://twitter.com/getlychee"
    @@ -61,7 +61,7 @@
     					
    diff --git a/support.html b/support.html
    index cb40f15b..11064b2a 100644
    --- a/support.html
    +++ b/support.html
    @@ -36,7 +36,7 @@
     			"url": "https://LycheeOrg.github.io/",
     			"image": "https://LycheeOrg.github.io/assets/images/og.jpg",
     			"description": "Lychee is a free photo-management tool, which runs on your server or web-space. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
    -			"softwareVersion": "5.0.2",
    +			"softwareVersion": "5.0.3",
     			"applicationCategory": "Photo Management",
     			"sameAs": [
     				"https://twitter.com/getlychee"
    @@ -61,7 +61,7 @@
     					
    diff --git a/update.json b/update.json
    index f1dcbe83..6feeeef0 100644
    --- a/update.json
    +++ b/update.json
    @@ -1,5 +1,5 @@
     {
       "lychee": {
    -    "version": 50002
    +    "version": 50003
       }
     }