Skip to content

Commit 8f3cc4c

Browse files
committed
remove plain text table
1 parent 22546e4 commit 8f3cc4c

File tree

1 file changed

+0
-9
lines changed
  • content/nginxaas-azure/getting-started/nginx-configuration

1 file changed

+0
-9
lines changed

content/nginxaas-azure/getting-started/nginx-configuration/overview.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ NGINXaaS for Azure places restrictions on the instance’s filesystem; only a sp
4343

4444
Attempts to access other directories will be denied and result in a `5xx` error.
4545

46-
```plaintext
47-
/etc/nginx/ # Certificates, keys (master only)
48-
/opt/ # Application files (worker read-only)
49-
/srv/ # Application files (worker read-only)
50-
/var/www/ # Static files (worker read-only)
51-
/var/cache/nginx/ # Cache data (worker read/write)
52-
/tmp/ # Temporary files (worker read/write)
53-
```
54-
5546
## Disallowed configuration directives
5647
Some directives are not supported because of specific limitations. If you include one of these directives in your NGINX configuration, you'll get an error.
5748

0 commit comments

Comments
 (0)