Compare commits

...

4 commits

Author SHA1 Message Date
Samuel Philipp d31c135646 Merge pull request 'Update nginx Docker tag to v1.19.9' (#7) from renovate/docker-nginx-1.x into master
Reviewed-on: samuel-p/connectivity-check#7
2021-03-31 10:21:06 +00:00
Renovate Bot 243e3d5b09 Update nginx Docker tag to v1.19.9 2021-03-30 19:00:31 +00:00
Samuel Philipp d403aaec62 Merge pull request 'Added description for Fedora33' (#6) from cami/connectivity-check:connectivitycheck_fedora into master
Reviewed-on: samuel-p/connectivity-check#6
2021-03-23 08:45:03 +00:00
cami 0fc9536b5f
Added description for Fedora33
As Fedora's internal naming of the NetworkManager is a little bit other the service needs to be restarted with another way
2021-03-23 00:27:39 +01:00
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,3 @@
FROM nginx:1.19.8-alpine
FROM nginx:1.19.9-alpine
COPY nginx.conf /etc/nginx/nginx.conf

View file

@ -85,6 +85,22 @@ sudo service network-manager restart
For more information see [here](https://askubuntu.com/q/1167177/920103).
## Fedora
In Fedora, the file `/etc/NetworkManager/NetworkManager.conf` must be changed. Add or change the following lines:
```
[connectivity]
uri=https://connectivitycheck.sp-codes.de/generate204
```
Restart the _NetworkManager_:
```
sudo service NetworkManager restart
```
### Firefox
Type [about:config](about:config) in the Firefox address bar and search for `captivedetect.canonicalURL` and `network.connectivity-service`. Set the URL values to `https://connectivitycheck.sp-codes.de/generate204`, the domain values to `connectivitycheck.sp-codes.de`. That's it.