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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,12 @@ As this **does not** run installation scripts you need to head to your install d
12
12
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
13
13
### FOR IIS:
14
14
// Rename IISWebConfig to web.config
15
-
### FOR Apache and Nginx
15
+
### FOR Apache
16
16
// Rename ApacheHtaccess to .htaccess
17
+
### FOR Nginx
18
+
// You can run with php-fpm no additional modifications required.
17
19
18
-
19
-
You can find more info on [our wiki page](https://github.com/Pryx/server-status/wiki)
20
+
You can find more info on [our wiki page](https://github.com/server-status-project/server-status/wiki)
20
21
21
22
## Contributing
22
23
Anyone is welcome to make pull request with new features or security patches / bug fixes.
@@ -26,7 +27,7 @@ You may create a pull request anytime or you can join our discord here(https://d
26
27
### Translations
27
28
Any help with translations is much welcome! You can join us at https://poeditor.com/join/project/37SpmJtyOm. You can even add your own language. Just let me know when you're done and I'm going to include the language in the next release.
28
29
29
-
[List of contributors](https://github.com/Pryx/server-status/wiki/contributors)
30
+
[List of contributors](https://github.com/server-status-project/server-status/wiki/contributors)
0 commit comments