Skip to content

Commit ae93919

Browse files
Merge pull request #312 from SimpleTechGuy/main
update include path for using a fixed IP
2 parents d46ca8c + f242509 commit ae93919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/unsupported_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Edit `/etc/nginx/sites-enabled/frontend.conf`
151151
```
152152
server {
153153
....
154-
include /etc/nginx/allowed-ips;
154+
include /etc/nginx/allowed-ips.conf;
155155
deny all;
156156
....
157157
}

0 commit comments

Comments
 (0)