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: content/nginxaas-azure/getting-started/nginx-configuration/overview.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,6 @@ NGINXaaS for Azure places restrictions on the instance’s filesystem; only a sp
43
43
44
44
Attempts to access other directories will be denied and result in a `5xx` error.
45
45
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
-
55
46
## Disallowed configuration directives
56
47
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.
0 commit comments