Changes for page How to setup an XWiki docker container
Last modified by Alexandru Pentilescu on 2023/06/25 18:56
From version 17.1
edited by Alexandru Pentilescu
on 2022/06/08 21:45
on 2022/06/08 21:45
Change comment:
There is no comment for this version
To version 18.1
edited by Alexandru Pentilescu
on 2022/06/08 21:50
on 2022/06/08 21:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -185,6 +185,14 @@ 185 185 sudo ln -s /etc/nginx/sites-available/xwiki.conf /etc/nginx/sites-enabled/xwiki.conf 186 186 {{/code}} 187 187 188 +Finally, test your configuration before restarting Nginx with: 189 + 190 +{{code language="bash"}} 191 +sudo nginx -t 192 +{{/code}} 193 + 194 +If errors are reported, please review your configuration files and repair all the detected issues. If everything is fine then issue a "sudo systemctl restart nginx" and then you're pretty much good to go! 195 + 188 188 = External references = 189 189 190 190 [[Official docker guide for installing XWiki>>https://github.com/xwiki/xwiki-docker/blob/master/README.md]]