mirror of
https://dev.sum7.eu/sum7/ansible-role-webserver
synced 2025-01-24 04:10:30 +01:00
10 lines
174 B
Nginx Configuration File
10 lines
174 B
Nginx Configuration File
location / {
|
|
root /usr/share/nginx/html;
|
|
index index.html index.htm;
|
|
}
|
|
|
|
error_page 500 502 503 504 /50x.html;
|
|
location = /50x.html {
|
|
root /usr/share/nginx/html;
|
|
}
|