Skip to content

Commit

Permalink
There's no file such as data/conf/nginx/listen_* anymore. (#751)
Browse files Browse the repository at this point in the history
* There's no file such as data/conf/nginx/listen_* anymore. Only in data/conf/nginx/templates/listen* which is the next line

* There's no file such as data/conf/nginx/listen_* anymore. Only in data/conf/nginx/templates/listen* which is the next line. Updated for DE docs too.

* Delete .DS_Store files + added them in .gitignore

---------

Co-authored-by: Mubashar Aftab <[email protected]>
Co-authored-by: DerLinkman <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent f065720 commit 0ff6e59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.cache
.venv
.venv
.DS_Store
1 change: 0 additions & 1 deletion docs/post_installation/firststeps-disable_ipv6.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Starten Sie Postfix neu:
Folgende NGINX, Dovecot und Php-fpm Konfigurationsdateien anpassen

```
sed -i '/::/d' data/conf/nginx/listen_*
sed -i '/::/d' data/conf/nginx/templates/listen*
sed -i '/::/d' data/conf/nginx/dynmaps.conf
sed -i 's/,\[::\]//g' data/conf/dovecot/dovecot.conf
Expand Down
1 change: 0 additions & 1 deletion docs/post_installation/firststeps-disable_ipv6.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Restart Postfix:
Fix the following NGINX, Dovecot and php-fpm config files

```
sed -i '/::/d' data/conf/nginx/listen_*
sed -i '/::/d' data/conf/nginx/templates/listen*
sed -i '/::/d' data/conf/nginx/dynmaps.conf
sed -i 's/,\[::\]//g' data/conf/dovecot/dovecot.conf
Expand Down

0 comments on commit 0ff6e59

Please sign in to comment.