Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<Location "/zh">
    ProxyPass http://localhost:8042/zh retry=5
    ProxyPassReverse http://localhost:8042/zh
    ErrorDocument 503 '<html><head><meta http-equiv="refresh" content="60"></head><body><h1>Temporary Service Interruption</h1>The requested OMK page should be back soon. This page will automatically reload in 60 seconds.</body></html>'
</Location>


The Then restart apache daemon


Code Block
sudo systemctl restart apache2

...